Skip to content

Geo-CMS per la condivisione di notizie da parte degli uffici tecnici della PA

License

Notifications You must be signed in to change notification settings

MaxDragonheart/UfficioUrbanistica

Repository files navigation

GitHub GitHub language count GitHub milestones GitHub commit activity GitHub (Pre-)Release Date

Ufficio Urbanistica

Geo-CMS per la condivisione di notizie da parte degli uffici tecnici della PA

Ufficio Urbanistica usa Bootstrap Italia template for Django per rispettare le nuove linee guida di design per i servizi web della PA. Integra e sostituisce OpenGeoData.

Project startup

1 - Build and start the containers

If Apache2 is up, it's necessary to put it down.

Check Apache2 status: sudo systemctl status apache2

Stop Apache2: sudo systemctl stop apache2

docker compose -f COMPOSE.YML up -d --build

2 - Make DB table and collact statics

docker exec -it WEBSITE-CONTAINER-NAME bash ./start_project-production.sh

NB: to login into project website you must use the default user ufficio with the default password urbanistica. Remember to create a new super user after the first access to the administration site.

3 - Get geosources from Geoserver's container

To login for the first time into Geoserver you must use as user admin and as password geoserver. Remember to change it after the first logging in. Create a Workspace, so add a Store using some geodata. Login into website and add the Geoserver's domain. That domain is the url of Geoserver's container. That url starts with container_name there is into docker-compose.

E.g: container_name: geoserver-staging, WORKSPACE: test The url is: http://geoserver-staging:8080. The domain url is: http://geoserver-staging:8080/geoserver/test/wms

About

Geo-CMS per la condivisione di notizie da parte degli uffici tecnici della PA

Topics

Resources

License

Stars

Watchers

Forks