-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
20 lines (13 loc) · 799 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
== Welcome to FreeMIS
FreeMIS is an open source, web based Management Information System for schools. It
is built with the Ruby on Rails development framework, and uses the MySQL database.
== Getting started
This package contains a Rails application. In order to run this application, you will
need to set up the Ruby on Rails environment on your server.
1. Download freemis using the link above.
2. cd into the freemis directory and then run rake db:create:all to create the mysql database.
3. Next run rake db:migrate in order to create the database tables.
4. Start your server with ./script/server
5. Open up http://localhost:3000 and login with username ‘admin’ and password ‘spacedog’.
Freemis was developed by Robert Jones:
http://www.jonesieboy.co.uk/blog/category/freemis/