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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Arnaud Poncet-Montanges 9ce7a45d54
Merge pull request #1 from arnaud-morvan/fix_modwsgi
Fix mod_wsgi config
2019-03-14 12:57:45 +01:00
acceptance_tests Initial commit 2018-12-19 09:39:59 +01:00
c2cgeoform_project Fix initialization 2019-02-06 15:26:41 +01:00
.gitignore Extend gitignore for .idea 2019-01-25 11:19:03 +01:00
apache.conf Fix mod_wsgi config 2019-03-14 11:52:32 +01:00
c2cgeoform_project.wsgi Fix mod_wsgi config 2019-03-14 11:52:32 +01:00
CHANGES.md Set Markdown extensions for markdown files 2019-01-25 10:23:38 +01:00
development.ini Initial commit 2018-12-19 09:39:59 +01:00
lingua.cfg Initial commit 2018-12-19 09:39:59 +01:00
Makefile Fix mod_wsgi config 2019-03-14 11:52:32 +01:00
MANIFEST.in Initial commit 2018-12-19 09:39:59 +01:00
package-lock.json formation c2c 2018 2018-12-20 16:26:40 +01:00
package.json Initial commit 2018-12-19 09:39:59 +01:00
production.ini Initial commit 2018-12-19 09:39:59 +01:00
README.md Set readme as Markdown file 2019-01-25 09:35:36 +01:00
requirements-dev.txt Initial commit 2018-12-19 09:39:59 +01:00
requirements.txt Initial commit 2018-12-19 09:39:59 +01:00
setup.cfg Initial commit 2018-12-19 09:39:59 +01:00
setup.py Set Markdown extensions for markdown files 2019-01-25 10:23:38 +01:00
tests.ini Initial commit 2018-12-19 09:39:59 +01:00

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