We are testing out a new installation script that simplifies the process for users not familiar with Mayan or Docker, it can also be useful for users wanting to install Mayan many times in a controller manner.
And is used in the following manner:
sh get-mayan-edms.sh
To show the values being used for the installations use:
VERBOSE=true sh get-mayan-edms.sh
If you don’t have Docker installed invoke the Mayan EDMS installer as follows:
INSTALL_DOCKER=true sh get-mayan-edms.sh
To change any of the settings such as the database password just include the variable and its value in uppercase like this:
VERBOSE=true DATABASE_PASSWORD=mypassword sh get-mayan-edms.sh