Skip to content
drcapulet edited this page Sep 14, 2010 · 1 revision

Note: These instructions are not done yet!

Requirements

Installation

  1. Clone the repo into the directory of your choice
    git clone git://github.com/drcapulet/warehouse.git warehouse
  2. Install the bundler gem if you haven’t already with:
    (sudo) gem install bundler
    To check do
    gem list --local | grep "bundler"
  3. Install the required gems – this includes the gems needed for the hooks
    bundle install
  4. Then make sure your database settings are correct and load the schema into the db (An install option may be added in the future)
    rake db:schema:load
  5. Boot up the server and head to /repositories/new to create a new repo
  6. Then sync the repository:
    rake warehouse:sync
Clone this wiki locally