Skip to content

dvbug/tcc3-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcc3portal

a web portal by flask with Bootstrap UI

Development Environment

At the bare minimum you'll need the following for your development environment:

1.Python -Version: 3.4.3
2.Mongodb

It is strongly recommended to also install and use the following tools:

1.virtualenv
2.virtualenvwrapper

##Local Setup The following assumes you have all of the recommended tools listed above installed.

1. Clone the project:

$ git clone https://github.com/Vito2015/tcc3portal.git
$ cd tcc3portal

2. Create and initialize virtualenv for the project:

$ mkvirtualenv tcc3portal-venv
$ pip install -r requirements.txt

3. Update the tcc3portal's settings, what u need:

4. Run the development server:

$ python wsgi.py