Skip to content

dvbug/tcc3-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcc3sso

a SSO(single sign on) center 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/tcc3sso.git
$ cd tcc3sso

2. Create and initialize virtualenv for the project:

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

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

4. Run the development server:

$ python run.py