Logo Lanfrica

theyworkforyou/uganda-parliament-watch

Domaine:

peace and security

Type de record:

software
Créateur:
the
Hôte:
# Parliament Watch Uganda This provides a basic starting point for creating a new PMO site. ## Installation You'll need to have Ruby 2+ and Bundler installed on your machine before proceeding. Clone the repository from GitHub and then install the dependencies with bundler: $ bundle install ## Usage Once you've installed the code you can start a server using jekyll $ bundle exec jekyll serve -w --baseurl='' This will start a webserver running at . ## Deploying This site is hosted on GitHub pages. However instead of pushing directly to the GitHub pages branch you should instead create a pull request against the `master` branch. When your pull request gets merged in a build will run on Travis CI, this will take the code from the master branch, build it and push it to the `gh-pages` branch for you. The reason for doing this is so that we can use Jekyll plugins on the site.