Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 503 Bytes

Internet Monitor

This is the website for the Internet Monitor home page: https://thenetmonitor.org

Setup

This is a Ruby on Rails website running RefineryCMS.

To get it up and running:

  1. clone this repository
  2. install the required gems with: bundle install
  3. copy config/database.yml.example to config/database.yml and edit it to match your setup
  4. create the initial database: rake db:setup
  5. start the rails server: rails s
  6. browse to http://localhost:3000