jonatan-ivanov / seajug

SeaJUG

Home Page:https://jonatan-ivanov.github.io/seajug/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeaJUG

Static page demo for SeaJUG

Setting Up Dev Environment

Installing Ruby

There are multiple ways, check the Downloads page.
Example with rbenv:

brew update && brew install rbenv
rbenv init #follow the instructions
rbenv install --verbose <version> #freshly compiled and slow
rbenv global <version>
rbenv rehash

Installing bundler, jekyll and octopress

gem update --system
gem install bundler
rbenv rehash #if you use rbenv
bundle
rbenv rehash #if you use rbenv

If the bundle command fails because it is not able to install Nokogiri, try
gem install nokogiri --version '<version>' -- --use-system-libraries then run bundle again

Starting local dev server

bundle exec jekyll serve

About

SeaJUG

https://jonatan-ivanov.github.io/seajug/


Languages

Language:HTML 84.9%Language:Ruby 15.1%