This system is the open-source application which was developed by using Ruby On Rails Framework. It can apply to anykind of school(Kindergarten - High school). There is enterprise version for your school if you want further customization by contacting me via email: [email protected]
Ruby On Rails is web development framework which has the giant cummunity in the world. Let's start install some prerequisites before running project.
Install Ruby Programming
sudo apt-get install ruby-full
Install Bundler
gem install bundler
Install Rails
gem install rails
Install PostgresSQL and Create Owner Database
sudo apt-get install postgresql postgresql-contrib libpq-dev
sudo -u postgres createuser $USER
Before running the project, you have to run some command to install third library gems which are from RubyGems, and create database.
Install Third Party Library Gems
bundle install
Create Database and Tables
rails db:migrate
Congratulation! Now you are ready to run the School Management System!
Running or hosting the system by this command:
rails s
The School Management System's version is 1.0.9
- Vandy Sodanheang - Initial work - Web and Mobile Developer
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details