DEV Community

KetanIP
KetanIP

Posted on

Installing Ghost Locally.👻

In this post I will guide you how to install ghost locally.

With npm install ghost-cli@latest -g we will first install ghost cli and we will use it to intall ghost locally. We need to run this command once only.

Then go to the directory where you want to install ghost and enter the following command:

ghost install local
Enter fullscreen mode Exit fullscreen mode

It will install ghost and download npm packages so don't freak out it may even take 5-6 minutes, it tests your patience.

Then when it is done then to run ghost type ghost start and open http://localhost:2368.

You are done 😊.

To stop server run command ghost stop.

Thank You.

Top comments (0)