Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

rebbix/rebbix.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLD Outdated Rebbix Web Site

GO away! this is an old website.

next version is at https://github.com/rebbix/site


Installation

  1. Clone repository
git clone git@github.com:rebbix/rebbix.github.io.git
cd rebbix.com
  1. Fetch dependencies
bundle install
  1. Sync dependencies versions (this may require installing specific ruby version)
bin/sync-versions
  1. Run
bin/server

Ruby Installation

  1. Make sure that you already have rbenv and ruby-build. If not - follow the installation steps
  2. Run Ruby installation command:
rbenv install "$(cat .ruby-version)" && \
  gem install bundler && \
  bundle install

Installing rbenv

Through Homebrew (preferred)

  1. Update packages list
brew update
  1. Install rbenv
brew install rbenv

then use following command to properly initialize rbenv paths on OSX

rbenv init
  1. Install ruby-build
brew install ruby-build

Through git

  1. Install rbenv
  2. Install ruby-build