alandoni / fifa-champs

1 stars 1 forks source link

added deploy script to make it easier for new devs #133

Closed talesprates closed 6 years ago

talesprates commented 6 years ago

This is a script I am developing in order to be able to deploy fifa-champs apps with a single command line. The script usage is available for the user in case he has doubts. The flags the user can set are: MONGOPATH: which is the path where the mongo database is stored; INSTALL: to run npm install in each module before starting the application; and STOP: which will kill all application related processes.

talesprates commented 6 years ago

it also redirects all log messages to FIFACHAMPS/logs/.log, in case the user wants to check it.

kiosia commented 6 years ago

Agreed with Chris comments on namings and directories! For the rest, LGTM!

alandoni commented 6 years ago

does it works on Windows? If not, I think it should

kiosia commented 6 years ago

Not sure, but I think it should work on gitBash.

cristiadu commented 6 years ago

Well, fuck windows, am I right? hahahha.

I wouldn't care about it working for general windows, you just need to install bash into your env and everything works, I'm merging this.

cristiadu commented 6 years ago

Will merge this, a script for Windows will be provided as the issue #141 says.