Roberto Rosario
2018-07-04 22:38:28 UTC
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.
The script is available at get.mayan-edms.com
And is used in the following manner:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
sh get-mayan-edms.sh
To show the values being used for the installations use:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
VERBOSE=true sh get-mayan-edms.sh
If you donât have Docker installed invoke the Mayan EDMS installer as
follows:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
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:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
VERBOSE=true DATABASE_PASSWORD=mypassword sh get-mayan-edms.sh
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.
The script is available at get.mayan-edms.com
And is used in the following manner:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
sh get-mayan-edms.sh
To show the values being used for the installations use:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
VERBOSE=true sh get-mayan-edms.sh
If you donât have Docker installed invoke the Mayan EDMS installer as
follows:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
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:
curl -fsSL get.mayan-edms.com -o get-mayan-edms.sh
VERBOSE=true DATABASE_PASSWORD=mypassword sh get-mayan-edms.sh
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.