Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Development

Daniel Hall edited this page Sep 13, 2013 · 15 revisions

Setting Up

Clone the repository

git clone git@github.com:tildaslash/RatticWeb.git

Change into the source dir

cd RatticWeb

Make sure you have the MySQL development libraries installed

sudo yum install mysql-devel

Create a virtualenv for Rattic

virtualenv ~/venv/RatticWeb

Activate the virtualenv

source ~/venv/RatticWeb/bin/activate

Install dependencies with pip

pip install -r requirements.txt

Clone this wiki locally