Get up and going in 10 steps!
Install git!
Make sure you have python 2.7.* installed:
$ python --version
Install virtualenv burrito:
$ curl -s https://raw.github.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL
Make a virtualenv:
$ mkvirtualenv pelican
Activate virtualenv:
workon pelican
Install autoenv:
$ pip install autoenv
Build a REPO directory and clone:
$ mkdir ~/REPOS $ cd !$ $ git clone [email protected]:BeatsonLab-MicrobialGenomics/BeatsonLab-MicrobialGenomics.github.io.git $ cd BeatsonLab-MicrobialGenomics.github.io $ # !!!!! Answer y !!!!! $ git remote update $ git pull --all
Install the requirements:
$ pip install -r requirements.txt
Read the docs/play around (look at content/*.rst for examples) also see: http://docs.getpelican.com/en/3.1.1/
Publish updates/posts:
$ cd ~/REPOS/BeatsonLab-MicrobialGenomics.github.io $ fab publish