Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gitleet opened this issue May 27, 2020 · 3 comments
Open

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

gitleet opened this issue May 27, 2020 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@gitleet
Copy link

gitleet commented May 27, 2020

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
Copy link
Member

rafaelstz commented May 28, 2020

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:

  • Create a clean Ubuntu server.
  • Access it via ssh, you will be in the user root folder.
  • Run the command.

What's the issue that you are facing?

@rafaelstz rafaelstz added the question Further information is requested label May 28, 2020
@rafaelstz rafaelstz self-assigned this May 28, 2020
@gitleet
Copy link
Author

gitleet commented Jun 3, 2020

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants