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