24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
# c3nav
|
|
|
|
indoor navigation for events. See it live at [c3nav.de](https://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](https://github.com/c3nav/c3nav/wiki). We try to answer questions as our limited time and energy permits.
|
|
|
|
There is a [changelog](CHANGELOG.md) available with the most important changes done for every event.
|
|
|
|
*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.*
|
|
|
|
*You can support c3nav development [on Patreon](https://www.patreon.com/c3nav).*
|
|
|
|
## 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 -->
|