Refstack Quickstart =================== ####Install dependencies (on ubuntu 14.x).. - `sudo apt-get install git python-dev libssl-dev python-setuptools` - `sudo apt-get install mysql-server python-mysqldb` - `sudo easy_install -U pip` - `sudo easy_install -U virtualenv` ####Setup the refstack database - Log into MySQL: `mysql -u root -p` - After authentication, create the database: `CREATE DATABASE refstack;` - Create a refstack user: `CREATE USER 'refstack'@'localhost' IDENTIFIED BY '';` or using hash value for your password `CREATE USER 'refstack'@'localhost' IDENTIFIED BY PASSWORD '