Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 722 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 722 Bytes

Ghost showroom

Showroom to sandbox Ghost, one of the best CMS tool I've ever used.

ghost preview

Start Ghost

In your terminal, please execute the following command :

make start

This will launch Ghost app and his database. Shorty after that, you will be able to access :

You can create the first admin user by accessing the admin panel.

Stop showroom

In your terminal, please execute the following command :

make stop

Reset showroom

In your terminal, please execute the following command :

make reset