2016-12-06 22:34:50 +01:00
# c3nav
2016-12-18 22:32:08 +01:00
2018-09-19 21:36:29 +02:00
indoor navigation for events. See it live at [c3nav.de ](https://c3nav.de/ ).
2016-12-18 22:32:08 +01:00
2024-07-02 11:04:03 +02:00
**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 ](https://github.com/c3nav/c3nav/wiki ). We try to answer questions as our limited time and energy permits.
2016-12-18 22:32:08 +01:00
2024-12-02 18:05:07 +01:00
There is a [changelog ](CHANGELOG.md ) available with the most important changes done for every event.
2016-12-18 22:32:08 +01:00
*Please note that this project is released with a [Code of Conduct ](CODE_OF_CONDUCT.md ) that applies to all project-related communication. By participating in this project you agree to abide by its terms.*
2018-09-19 21:36:29 +02:00
*You can support c3nav development [on Patreon ](https://www.patreon.com/c3nav ).*
2025-08-01 20:43:04 +02:00
## 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
<!-- - `./start_db.sh` to setup a local psql docker db
- `export C3NAV_DATABASE=postgres://mindshub:test@localhost:5432/insignorocketdb` in the repo (otherwise server uses sqlite!)
- Follow https://github.com/c3nav/c3nav/wiki#install -as-local-small-instance-without-containers (as local small instance without containers)
- `yay -S librsvg`
- `pip install psycopg2` to use Postgresql -->