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

  1. cp .env-example .env
  2. Start Redis & Postgres (there's a ./script/redis and ./script/dbstart command that lets you do this easily)
  3. Run ./script/dbreset to reset the database (creates a new one, loads schema and runs rake db:seed)
  4. Run ./script/server to start the server
  5. Visit localhost:3000