Skip to content

Clean Ghost CMS + Docker (development & production)

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
License.txt
Notifications You must be signed in to change notification settings

wardmon/ghost-cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,545 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost CMS + Docker Compose

These are some reassons why use this Docker Compose in your production environment.

☝️ 1 command to install

👨‍💻 Ready to production and local development

⚡ Performance Optimized

🔒 SSL auto-renewed

Stack

1111111111111111

  • Ghost CMS (Last version)
  • MySQL 5.7
  • NGINX
  • Docker

How start using Digital Ocean?

You can prepare a simple $5 Droplet to run it, using my link I'm giving $100 to start your server.

Then copy this command below and change the mydomain.com to your domain and run it inside your new server. Make sure that your domain is pointing to your server IP.

apt update -y && apt install curl git -y
curl -s https://raw.githubusercontent.com/clean-docker/ghost-cms/master/dc | bash -s setup mydomain.com

How start using locally?

In your local environment you need to have installed:

  • Docker
  • Docker Compose

After clone this repository, you can access the dev folder to be able to run the local dev environment using this command below.

git clone https://github.com/clean-docker/ghost-cms.git ghost
cd ghost/dev
docker-compose up -d

🎉Done! Access your https://localhost/ghost to access the admin panel and create your account.

Commands

Commands Description
./dc start Start your containers
./dc stop Stop all containers
./dc update Get Ghost updates and restart containers

Thank you all contributor!

About

Clean Ghost CMS + Docker (development & production)

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
License.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.4%
  • Python 22.8%
  • Jupyter Notebook 3.3%
  • Shell 0.2%
  • JavaScript 0.1%
  • Go 0.1%
  • Other 0.1%