No description
Find a file
2025-08-01 20:43:12 +02:00
.github/workflows ignore jquery and bootstrap in code analysis 2020-10-01 12:45:41 +02:00
deployment/docker add docker database export/import helper scripts 2024-08-09 17:17:52 +02:00
doc remove some more old stuff 2019-11-06 13:53:43 +01:00
docker look i would really love to be able to use docker :P 2025-04-18 01:26:44 +02:00
res Update mappings.36c3.json (#48) 2019-12-28 11:31:39 +01:00
src Add setup (this is only temporary for the hackathon) 2025-08-01 20:43:12 +02:00
tools Add last seen to ibeacon fakemobileclient 2024-12-29 18:23:45 +01:00
.dockerignore added more files to dockerignore 2023-11-12 16:21:25 +01:00
.gitattributes update .gitattributes to make sure vendored libraries are ignored 2018-12-07 20:14:30 +01:00
.gitignore UwU suppowt 2024-09-06 21:15:08 +02:00
.travis.yml added python 3.6 back to travis config 2018-11-29 17:51:12 +01:00
auth_user.sql Add setup (this is only temporary for the hackathon) 2025-08-01 20:43:12 +02:00
CHANGELOG.md update changelog 2025-04-18 14:05:13 +02:00
CODE_OF_CONDUCT.md add installation docs and code of conduct 2016-12-18 22:32:08 +01:00
dump.sql Add setup (this is only temporary for the hackathon) 2025-08-01 20:43:12 +02:00
install.sh Add setup (this is only temporary for the hackathon) 2025-08-01 20:43:12 +02:00
LICENSE Initial commit 2016-04-22 14:13:52 +02:00
README.md Add setup (this is only temporary for the hackathon) 2025-08-01 20:43:12 +02:00
renovate.json updated renovate config to match new ubuntu version 2024-12-03 21:30:06 +01:00
start_db.sh Add setup (this is only temporary for the hackathon) 2025-08-01 20:43:12 +02:00

c3nav

indoor navigation for events. See it live at c3nav.de.

Documentation for the current state is very limited. Sorry. Please do not refer to old documentation and report bugs about it not being accurate. You may take a look at the wiki. We try to answer questions as our limited time and energy permits.

There is a changelog available with the most important changes done for every event.

Please note that this project is released with a Code of Conduct that applies to all project-related communication. By participating in this project you agree to abide by its terms.

You can support c3nav development on Patreon.

Setup guide for Hackathon Schenna

  • ./install.sh installs the env
  • ./start_db.sh recreates the DB and runs the server
  • ./start_db.sh skipdb runs the server without recreating the DB