Skip to content

postcode/recordtrac-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using Vagrant to build RecordTrac

Installation

Install Vagrant

Install according to the Vagrant installation instructions.

Command Line

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

Go to the browser

http://localhost:8080

Releases

No releases published

Packages

No packages published

Languages