Discussion:
[Mayan EDMS: 2545] New installer
Roberto Rosario
2018-07-04 22:38:28 UTC
Permalink
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
--
---
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.
j***@gmail.com
2018-07-09 06:20:00 UTC
Permalink
I'll have tried this on my Synology but get this error " Error starting us
---- erland proxy: listen tcp 0.0.0.0:5432: bind: address already in use."

What can i do about it?
--
---
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.
j***@gmail.com
2018-07-09 19:41:34 UTC
Permalink
Nevermind, i have found it.
Post by j***@gmail.com
I'll have tried this on my Synology but get this error " Error starting
us ---- erland proxy: listen tcp 0.0.0.0:5432: bind: address already
in use."
What can i do about it?
--
---
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.
Roberto Rosario
2018-07-13 01:17:47 UTC
Permalink
Yes, it seems there is already another container using that port most
probable another postgres container. Just change the 5432 port number on
both the mayan_postgres and mayan_edms containers.

We'll update the install script to support different ports for other in
your same situation.
Post by j***@gmail.com
Nevermind, i have found it.
Post by j***@gmail.com
I'll have tried this on my Synology but get this error " Error starting
us ---- erland proxy: listen tcp 0.0.0.0:5432: bind: address already
in use."
What can i do about it?
--
---
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
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.
Loading...