clean-docker / ghost-cms

Clean Ghost CMS + Docker (development & production)
MIT License
49 stars 22 forks source link

Do you have to clone repo first to run in prod? #1

Open gitleet opened 4 years ago

gitleet commented 4 years ago

Hi, If i run the bash script:

curl -s https://raw.githubusercontent.com/clean-docker/ghost-cms/master/dc | bash -s setup mydomain.com

It doesn't work because there is no docker-compose or config files on my new server. Are you suppose to first clone the repo and go to a particular directory first??

rafaelstz commented 4 years ago

Hi @gitleet,

I updated the script

I'm assuming that it's a server running a clean Ubuntu. It's not required to install or change anything. The step-by-step is:

What's the issue that you are facing?

gitleet commented 4 years ago

It couldn't find the config files to perform the sed replacements, I had to manually fix it and rerun some of the commands int he script so I think it was not in the correct folder based on the script.

rafaelstz commented 4 years ago

Nice @gitleet , could you provide a PR with this fix?