PromucFlow_constructor/deploy
Shrikant Sharat Kandula 85974daa9b
Fix bugs in install.sh (#361)
* Exit if running with sudo on macOS

* Fix port checking failing if 8080 is occupied

Also, ports on Linux (especially Ubuntu) are reported as
`:80`, and macOS reports as `.80`, so we have to handle
them both.

* Move goodbye message to a function

* Fix installation fail when path contains space

* Fix script exits after `up` if already running

If there's a project by the name `appsmith` already running
in the docker namespace, then the command `docker-compose up`
is exiting with a non-zero status. This causes the script to
exit because it looks like an error.

* Timeout display now shows a decreasing timer in the message

* Fix docker service not being started correctly on Linux

* Show custom domain in final message, if available
2020-08-20 10:22:22 +05:30
..
aws Encoding the mongo credentials in install.sh script (#310) 2020-08-17 11:10:01 +05:30
template Encoding the mongo credentials in install.sh script (#310) 2020-08-17 11:10:01 +05:30
install.sh Fix bugs in install.sh (#361) 2020-08-20 10:22:22 +05:30