My blog with [Ghost CMS] (https://ghost.org/).
My theme is a fork of Uno Zen
##Installation If you just want to get a Ghost blog running in the fastest time possible use install from zip:
-
Install Node.js - Ghost requires Node v0.10.x
-
Download the latest release tagged version or use
git clone
. -
Create a new directory where you would like to run the code, and un-zip the package to that location.
-
Fire up a Terminal, the Node Command Prompt or shell and change directory to the root of the Ghost application (where config.example.js and index.js are)
-
run
npm install --production
to install the node dependencies. If you seeerror Error: ENOENT
on this step, make sure you are in the project directory and try again. -
To start ghost, run
npm start
-
Visit
http://localhost:2368/
in your web browser or go tohttp://localhost:2368/ghost
to log in
Copyright (c) 2015 quannh - Released under the MIT license.