These instructions are intended help anyone who is interested in demo'ing the Ghost i18n proof-of-concept (or PoC) that I am throwing together. This PoC is for both the admin panel as well as server-side notifications.
- Clone Ghost from my fork on GitHub
- Switch over to the
i18n-poc
branch (git checkout i18n-poc
) - Run
npm install
to download all node-related dependencies. - Now follow the regular Ghost "developer install from git" instructions. https://github.com/TryGhost/Ghost#developer-install-from-git
- Once you are done with the those instructions, grunt dev` to start Ghost in development mode. Ghost will then be running at http://localhost:2368/ghost/
- Because this is just a proof of concept, the language files are inlcuded as part of the repo (in the real world, this would not be the case)