Soporte de procesos de seguridad IT
- Python 2.6 (para deployar en CentOS!)
- virtualenv (o similar)
- Clonar repo
git clone [email protected]:data-tsunami/seg_mngr.git
- Activar virtualenv
. virtualenv/bin/activate
- Instalar dependencias
pip install -r requirements.txt
- Crear settings local
touch seg_mngr_settings_local.py
, y agregare al menos:DEBUG = True
TEMPLATE_DEBUG = True
SECRET_KEY = 'algun-string-random'
- Setup BD
python manage.py syncdb
- Correr migraciones
python manage.py migrate
- Setup de pre-commit hooks
ln -sv /PATH/TO/REPO/seg_mngr/scripts/pre-commit .git/hooks
Otras configuraciones:
- encoding de archivos:
UTF-8
- New lin:
Unix
psycopg2