Commit dcdf0e1b authored by philippeoz's avatar philippeoz

Adicionando README

parent ff284181
Diário Manager
===
Aplicação para gerenciamento de clientes/droplets do Diário Digital.
---
### Configuração do ambiente de desenvolvimento
1. Instalar o [Python3.6](https://www.python.org/downloads/release/python-360/).
2. Clonar o projeto:
* `git clone ssh://user@infatec.solutions:29418/DIARIO_MANAGER.git`
* `cd DIARIO_MANAGER/src`
3. Criar e ativar um [ambiente virtual](http://virtualenvwrapper.readthedocs.io/en/latest/install.html):
* `mkvirtualenv --python=/usr/bin/python3.6 -a $PWD diario_manager` para criar um virtualenv com python3.6 chamado diario_manager.
* `workon diario_manager` para ativar o virtualenv sempre que for trabalhar no projeto.
4. Instalar as dependências:
* `pip install ../config/requirements/dev.pip`
5. Executando:
* `python manage.py runserver`
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment