An application called Fedena at Foradian Technologies has been developed a student management system for schools / educations. Fedena is the ideal solution for schools and campuses that want an easy means to manage all campus records. Fedena is the first open source school ERP based on Ruby on Rails developed so that anyone can customize Fedena and use it for their educational institution.
It is a one stop solution for all school management related issues and helps you manage student databases and all other activities online.
A demo website for Fedena has been set up at demo.projectfedena.org. You can log in with following usernames and passwords:
As admin -- username - admin, password - admin123
As student -- username - 1, password - 1123
Installation instructions
Follow these steps to set up Fedena on a server using fastcgi.
Once you have downloaded the source code from github, upload the source code to your project folder on the server.
Create a database for the project and modify the database.yml file in the config folder.
Run the migrations using rake db:migrate.
Install all the required gems required using rake gems:install.