Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

About

Vagrant for recordtrac

Resources

Stars

0 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages