620 B
620 B
WebGIS Citizen Participation Portal
Citizen Participation Portal for Lohne (Oldenburg).
Project Structure
migrations/— versioned SQL Schema Migrationsapi/— Backend (PHP)public/— Frontend (HTML, CSS, JS)scripts/— Maintenance Scripts (backup, deployment)legacy/— Reference Code from Prototype
Local Setup
- Copy
.env.exampleto.envand fill in Database Credentials. - Run the SQL Migration in pgAdmin and execute in the target database.
- Serve
public/with a PHP-capable Web Server.
SSH tunnel to database server
- Create SSH Tunnel to Database Server.