mirror of
https://github.com/VilleDePully/demandes_geoform.git
synced 2026-08-26 03:34:23 +00:00
Demandes geoform https://c2cgeoform.readthedocs.io/en/latest/index.html | Read-only mirror of https://github.com/VilleDePully/demandes_geoform — Ville de Pully. Issues & pull requests at the source.
- Python 87.4%
- Jinja 7.1%
- Makefile 5.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| acceptance_tests | ||
| c2cgeoform_project | ||
| .gitignore | ||
| apache.conf | ||
| c2cgeoform_project.wsgi | ||
| CHANGES.md | ||
| development.ini | ||
| lingua.cfg | ||
| Makefile | ||
| MANIFEST.in | ||
| package-lock.json | ||
| package.json | ||
| production.ini | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
| tests.ini | ||
c2cgeoform_project README
Getting Started
-
cd
-
sudo su postgres
-
psql -c "CREATE USER "www-data" WITH PASSWORD 'www-data';"
-
export DATABASE=c2cgeoform_project
-
psql -d postgres -c "CREATE DATABASE $DATABASE OWNER "www-data";"
-
psql -d $DATABASE -c "CREATE EXTENSION postgis;"
Manually update sqlalchemy.url in development.ini
- make initdb
- make serve