Development on Linux
Botmetrics is an open source project that you can customize to meet your needs.
If you're interested in contributing you can see a list of open issues on the Github.
Installing Botmetrics for Development
cp .env-example .env
- Start Redis & Postgres (there's a
./script/redis
and./script/dbstart
command that lets you do this easily) - Run
./script/dbreset
to reset the database (creates a new one, loads schema and runsrake db:seed
) - Run
./script/server
to start the server - Visit localhost:3000
Updated less than a minute ago