Requirements
- Ruby -v 1.9.3 or newer, I highly recommend using RVM
- Bundler,
sudo gem install bundler
- Middleman gem,
sudo gem install middleman
- Sass,
sudo gem install sass
Setup
- Clone this repo,
git clone https://github.com/catalyzeio/catalyze-internal-wiki.git
- Navigate to this repo,
cd catalyze-internal-wiki
- Install gems,
bundle install
orsudo bundle install
or if you have RVM simply runbundle
- Run the server,
middleman
- View the site locally,
http://0.0.0.0:4567/