Mayan EDMS is a fantastic open source solution for an Electronic Document Management System. This system can be used to manage enterprise or personal documents.
Read the full feature list here: http://mayan-edms.com/
-
Create a virtualenv and install the requirements.
pip install -r requirements.txt
-
Rename the
environments/mayan/group_vars/secrets.yml.example
file tosecrets.yml
-
Replace the values values in the
secrets.yml
file with your values -
Update the inventory file
environments/mayan/mayan
with your server ip address.
-
Run the full deployment.
ansible-playbook mayan_all.yml -i environments/mayan/mayan --ask-become-pass