Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```