https://github.com/hacklabr/iddacultura-provider
Id da Cultura - Provider OpenID para o Ministério da Cultura
https://github.com/hacklabr/iddacultura-provider
Last synced: 9 days ago
JSON representation
Id da Cultura - Provider OpenID para o Ministério da Cultura
- Host: GitHub
- URL: https://github.com/hacklabr/iddacultura-provider
- Owner: hacklabr
- License: gpl-2.0
- Created: 2013-08-19T12:48:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T19:19:00.000Z (over 12 years ago)
- Last Synced: 2024-04-16T01:27:26.979Z (about 2 years ago)
- Language: Python
- Size: 746 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ID da Cultura Provider
======================
ID da Cultura - Provider OpenID para o Ministério da Cultura
Desenvolvido com Django (https://www.djangoproject.com/) e a biblioteca python-openid (https://github.com/openid/python-openid).
Ambiente de desenvolvimento
---------------------------
- sudo apt-get install python-setuptools python-virtualenv libmysqlclient-dev python-dev
- cd ~/devel
- mkdir ~/devel/iddacultura-provider-env
- virtualenv ~/devel/iddacultura-provider-env
- git clone git@git.hacklab.com.br:iddacultura-provider
- source iddacultura-provider-env/bin/activate
- cd iddacultura-provider
- easy_install -U distribute
- pip install -r dependencies.txt
- mysqladmin create iddacultura-provider
- cp iddacultura/settings_local.py.sample iddacultura/settings_local.py
- ./manage.py syncdb
- ./manage.py runserver
Como usar
---------
- source ~/devel/iddacultura-provider-env/bin/activate
- cd ~/devel/iddacultura-provider
- ./manage.py runserver
- Abrir no browser http://localhost:8000