Skip to content

govtmirror/ozp-demo-auth-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-auth-service

Demo authorization service includes:

  • Govport of OZP-Ansible and Piwik/Metrics

Python 2.x Installation

  • Through terminal, type in the following:
git clone git@github.com:ozone-development/demo-auth-service.git
pip install virtualenv
cd demo-auth-service/
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt 
python manage.py runserver

Shutting Down the Service

When shutting down the demo-auth-service, quit the server with Ctrl + C. Before closing the terminal, type in deactivate to shut down the environment.

Restarting the Service

To restart the demo-auth-service, open terminal and follow the below commands:

cd demo-auth-service/
source venv/bin/activate
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%