Using Vagrant to build RecordTrac
Install according to the Vagrant installation instructions.
git clone https://github.com/vzvenyach/recordtrac-vagrant.git
cd recordtrac-vagrant
vagrant up
vagrant ssh
cd /vagrant/recordtrac
sudo -u postgres createuser -P -s -e testuser
Here, it will prompt you to enter a password and confirm the password. The test password is "testpwd". Then, keep going...
sudo -u postgres createdb recordtrac
foreman run python db_setup.py
foreman run python db_seed.py
foreman start
http://localhost:8080