This is the website for the Internet Monitor home page: https://thenetmonitor.org
This is a Ruby on Rails website running RefineryCMS.
Install dependencies:
apt-get install ruby-dev rubygems
gem install bundler
To get it up and running:
- clone this repository
- install the required gems with:
bundle install
- copy config/database.yml.example to config/database.yml and edit it to match your setup
- create the initial database:
rake db:setup
- start the rails server:
rails s
- browse to http://localhost:3000