GetTogether/MioReadme.md
bic 5fb095f4f7
readme con note
Signed-off-by: bic <bicno@autistici.org>
2018-12-18 17:31:39 +01:00

12 lines
399 B
Markdown

- [ ] supporto a osm. [ref](https://github.com/GetTogetherComm/GetTogether/issues/128)
- [ ] traduzione in italiano (il supporto c'è, manca solo il testo).
[ref](https://github.com/GetTogetherComm/GetTogether/issues/132)
```shell
touch local_settings.py
pip install psycopg2
python manage.py migrate
docker run -p 5433:5432 --name get-together-db -e POSTGRES_PASSWORD=password -d postgres
```