melon3r / confwatchd

This repository contains the server source code for the ConfWatch project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

About

This repository contains the server source code for the ConfWatch project.

License:GNU General Public License v3.0


Languages

Language:CSS 73.7%Language:Go 18.5%Language:HTML 7.3%Language:Makefile 0.3%Language:Shell 0.3%