How to deploy Ghost on Clever Cloud?

👻 Install Ghost locally First, we need to init a fresh new Ghost application. According to the documentation , we need to install the ghost-cli package globally: $ npm install ghost-cli -g Then, we can install a local Ghost with this command: $ ghost install local 🎉 We have a brand new Ghost application accessible via http://localhost:2368 🤔 “Where is my data?” Ghost documentation says: The SQLite3 database is auto-setup and located in/content/data/...

9 Apr 2019 · 3 min · welcomattic