Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremychauvet/showroom-ghost
👻 Showroom to quickly launch Ghost CMS as playground.
https://github.com/jeremychauvet/showroom-ghost
ghost ghost-cms showroom
Last synced: 11 days ago
JSON representation
👻 Showroom to quickly launch Ghost CMS as playground.
- Host: GitHub
- URL: https://github.com/jeremychauvet/showroom-ghost
- Owner: jeremychauvet
- License: apache-2.0
- Created: 2020-07-20T09:56:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T09:03:51.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T16:33:09.678Z (2 months ago)
- Topics: ghost, ghost-cms, showroom
- Language: Makefile
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ghost showroom
Showroom to sandbox [Ghost](http://ghost.org/), one of the best CMS tool I've ever used.
![ghost preview](docs/ghost_backoffice.png)
## Start Ghost
In your terminal, please execute the following command :
```bash
make start
```This will launch Ghost app and his database. Shorty after that, you will be able to access :
- [front office](http://localhost:80)
- [back office](http://localhost:80/ghost)You can create the first admin user by accessing [the admin panel](http://localhost:80/ghost).
## Stop showroom
In your terminal, please execute the following command :
```bash
make stop
```## Reset showroom
In your terminal, please execute the following command :
```bash
make reset
```