Install Ghost On Ubuntu

Download the latest version of Ghost:

curl -L https://ghost.org/zip/ghost-latest.zip -o ghost.zip

Extract the files from within the downloaded file:

unzip -uo ghost.zip -d ghost

Switch to the ghost folder:

cd ghost

Start the installation:

npm install --production

You should see the following. Just wait until it completes.
Install Ghost On Ubuntu - Ghost NPM  Install - devporto.com


Comments

0 responses to “Install Ghost On Ubuntu”

Leave a Reply

Your email address will not be published. Required fields are marked *