Installation

Install required packages

  • PostgreSQL (if you want to run tests, you need to have working ident auth)
  • Redis

Clone the source

git clone http://github.com/adamhjk/metarepo

Bundle Dance

cd ./metarepo
bundle install

Create the database

bundle exec sequel -m ./migrations postgresql://localhost/metarepo

Start the REST API

bundle exec ./bin/metarepo-rest -F

Start the Resque worker

bundle exec rake resque:work

Table Of Contents

Previous topic

Welcome to metarepo’s documentation!

Next topic

API

This Page