GetTogether/MioReadme.md

13 lines
399 B
Markdown
Raw Permalink Normal View History

- [ ] 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
```