arc-hive-TechDocument-omeka.../README.md

36 lines
736 B
Markdown
Raw Permalink Normal View History

2021-05-31 11:25:21 +02:00
# A tecnical document generator for the Arc-hive project
2021-05-24 22:18:43 +02:00
2021-05-31 11:25:21 +02:00
[TechnicalDocument] is a module for [Omeka S] that generates a PDF
2021-05-24 22:18:43 +02:00
## Install
```
cd ./modules
2021-05-31 11:25:21 +02:00
https://git.hangar.org/arcHIVE-tech/arc-hive-TechDocument-omeka-module/archive/main.zip
2021-05-24 22:18:43 +02:00
unzip main.zip
2021-05-31 11:25:21 +02:00
mv arc-hive-techdocument-omeka-module/ TechDocument
rm main.zip
2021-05-24 22:18:43 +02:00
cd TechDocument
composer install
chmod -R a+w vendor/mpdf/mpdf/tmp
```
Setup some permissions
```
cd omeka/files
mkdir docs
chown www-data docs
```
2021-05-24 22:18:43 +02:00
## LISENCE
The module is released under the [MIT] License.
[arc-hive]: https://arc-hive.zone/
2021-05-31 11:25:21 +02:00
[TechnicalDocument]: https://git.hangar.org/arcHIVE-tech/arc-hive-TechDocument-omeka-module
2021-05-24 22:18:43 +02:00
[Omeka S]: https://omeka.org/s
[MIT]: http://opensource.org/licenses/MIT