https://github.com/jimywork/confwatchd
This repository contains the server source code for the ConfWatch project.
https://github.com/jimywork/confwatchd
Last synced: 20 days ago
JSON representation
This repository contains the server source code for the ConfWatch project.
- Host: GitHub
- URL: https://github.com/jimywork/confwatchd
- Owner: jimywork
- License: gpl-3.0
- Created: 2018-01-04T13:41:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T13:35:22.000Z (over 8 years ago)
- Last Synced: 2025-10-09T08:37:47.656Z (10 months ago)
- Language: CSS
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://confwatch.ninja/
Discover hacking conferences around the world.
---
This repository contains the server source code for the ConfWatch project.
**VERY WORK IN PROGRESS, MUCH INCOMPLETE, DON'T USE**
Building
===
Make sure to have a working Go environment, that your `$GOPATH` is set correctly, and then:
git clone https://github.com/ConfWatch/confwatchd $GOPATH/src/github.com/ConfWatch/confwatchd
cd $GOPATH/src/github.com/ConfWatch/confwatchd
make deps
make
To run in a dev environment:
./confwatchd -config dev-config.json
Seeding the Database
===
./confwatchd -config config-file.json -seed /path/to/confwatch-data