First install the NPM packages.
npm install
npm run start # Assets watching
(cd public && python3 -m http.server) # Server
Go to http://localhost:8000.
First clone the repo and install all Ansible extensions.
git clone [email protected]:sborrazas/worldnews.git
First, make sure you have all the NPM dependancies installed and compiling the assets works.
npm install
npm run dist
Ansible can be installed with brew, be sure to install version 2.1 or higher:
brew install ansible
– if no Homebrew, try any other method
listed here.
Make sure the production configuration file is complete, then run the provision or deploy Ansible playbooks.
make provision
# or
make deploy