brytannia / sloboda-edu-dashboard

The front-page of Sloboda EDU project
https://sloboda-edu-dashboard.herokuapp.com
0 stars 4 forks source link

Sloboda EDU

About

This repo represents the front-page of Sloboda EDU project

Getting started

  1. Install ruby & choose the project's ruby version (you can simply use RVM to do that):

    rvm install ruby-2.2.3
    use ruby-2.2.3
  2. Create gemset & switch to it (if you use RVM):

    rvm gemset sloboda-edu-dashboard
    rvm use sloboda-edu-dashboard
  3. Install Bundler:

    gem install bundler
  4. Install gems:

    bundle install
  5. Create local config/database.yml(it stores the db configs);

    cp config/database.yml.sample config/database.yml
  6. Make sure that you have PosgreSQL in your machine and it's running;

  7. Create new db and run migrations:

    rake db:create && rake db:migrate
  8. Also prepare the test db:

    rake db:test:prepare
  9. Great! You're ready to run the app. Start rails server:

    rails s

Contributing

  1. Fork this repository;
  2. Clone the project;
  3. Bug reports and pull requests(PR) are welcome on GitHub at https://github.com/brytannia/sloboda-edu-dashboard. Just create new branch & add PR to this origin repository.

License

The application is available as open source under the terms of the MIT License.