Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 403 Bytes

README

Installer l'environnement

apt-get install ruby-full build-essential zlib1g-dev

echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

gem install jekyll bundler
bundle install

Démarrer une instance locale

bundle exec jekyll serve --trace