git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/LPFP/fablab.git
git push -u origin master
git clone https://github.com/LPFP/LPFP.github.io.git
bundle install --path vendor/bundle
bundle exec jekyll serve
sudo apt-get install ruby-full rubygems
gem update --system
gem install bundler
cd to this folder
bundle install --path vendor/bundle
bundle exec jekyll serve
ouvrir votre navigateur à l'adresse http://localhost:4000/
Show and tell on lan
cd _site/
python -m SimpleHTTPServer 8000
ouvrir votre navigateur à l'adresse http://192.168.0.14:8000/