seocam / expensereport

1 stars 1 forks source link

expensereport

Installation (dev environment)

Before getting started you should install the following softwares:

Usage

Firstly, run the following commands:

vagrant up
fab bootstrap
fab deploy

Done.

To run the server, run the following commands:

vagrant ssh
sudo su - expensereport
cd expensereport/src && workon expensereport
python manage.py runserver 0.0.0.0:8000

Now you can access on your machine with http://localhost:8000