Skip to content

seocam/expensereport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expensereport

Installation (dev environment)

Before getting started you should install the following softwares:

  • Vagrant (tested with version 1.5.2)

  • Virtualbox (version >= 4.3)

  • fabric (tested with version 1.8.2)

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published