Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.59 KB

File metadata and controls

36 lines (26 loc) · 1.59 KB

ConfWatch Logo

Discover hacking conferences around the world.

Release Software License Travis Go Report Card


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