Skip to content

noi-techpark/sfscon-maps

Repository files navigation

sfscon-maps

c3nav navigation / maps.sfscon.it

Run locally

cp .env.example .env
docker compose up

# populate database
cat db/dump.sql | docker exec -i sfscon-maps-postgres-1 su - postgres -c 'psql c3nav'
# rebuild caches
docker exec -i sfscon-maps-c3nav-core-1 sh -c '/app/env/bin/python manage.py clearmapcache --include-history --include-geometries && /app/env/bin/python manage.py collectstatic -l --no-input'
# create a superuser
docker exec -it sfscon-maps-c3nav-core-1 sh -c '/app/env/bin/python manage.py createsuperuser'

Licensing

This work is licensed under multiple licences. Refer to the reuse specification any given file falls

REUSE

This project is REUSE compliant, more information about the usage of REUSE in NOI Techpark repositories can be found here.

Since the CI for this project checks for REUSE compliance you might find it useful to use a pre-commit hook checking for REUSE compliance locally. The pre-commit-config file in the repository root is already configured to check for REUSE compliance with help of the pre-commit tool.

Install the tool by running:

pip install pre-commit

Then install the pre-commit hook via the config file by running:

pre-commit install

About

c3nav navigation / maps.sfscon.it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages