GO away! this is an old website.
next version is at https://github.com/rebbix/site
- Clone repository
git clone git@github.com:rebbix/rebbix.github.io.git
cd rebbix.com
- Fetch dependencies
bundle install
- Sync dependencies versions (this may require installing specific ruby version)
bin/sync-versions
- Run
bin/server
- Make sure that you already have rbenv and ruby-build. If not - follow the installation steps
- Run Ruby installation command:
rbenv install "$(cat .ruby-version)" && \
gem install bundler && \
bundle install
- Update packages list
brew update
- Install rbenv
brew install rbenv
then use following command to properly initialize rbenv paths on OSX
rbenv init
- Install ruby-build
brew install ruby-build