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

Latest commit

 

History

History
76 lines (51 loc) · 1.36 KB

File metadata and controls

76 lines (51 loc) · 1.36 KB

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