-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
drcapulet edited this page Sep 14, 2010
·
1 revision
Note: These instructions are not done yet!
- Clone the repo into the directory of your choice
git clone git://github.com/drcapulet/warehouse.git warehouse
- Install the bundler gem if you haven’t already with:
To check do(sudo) gem install bundler
gem list --local | grep "bundler"
- Install the required gems – this includes the gems needed for the hooks
bundle install
- 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
- Boot up the server and head to /repositories/new to create a new repo
- Then sync the repository:
rake warehouse:sync