Skip to content

psamim/darsnameh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9e6fcd · Jan 21, 2015
Sep 24, 2014
Jan 21, 2015
Jul 16, 2014
Sep 26, 2014
Oct 5, 2014
Jul 16, 2014
Jul 16, 2014
Sep 17, 2014
Jan 21, 2015
Sep 17, 2014
Jul 16, 2014
Aug 22, 2014
Oct 3, 2014
Sep 7, 2014
Sep 7, 2014
Oct 6, 2014
Oct 6, 2014
Sep 10, 2014
Sep 12, 2014
Jul 16, 2014
Oct 5, 2014
Sep 17, 2014

Repository files navigation

About

I am developing this app to learn Rails. This app is similar to http://darsnameh.com. Everyone can enroll in courses via email, lessons are emailed to students. Each lesson has one quiz, which is sent to students by email. Grades for each quiz, course or all enrolled courses can be retrieved using email.

Install

The app is built as an OpenShift app. You can deploy it following these steps.

  1. Create an account at https://www.openshift.com.
  2. Create a rails application.
    rhc app create railsapp ruby-2.0
        
  3. Add database support to your application.
    rhc cartridge add -a railsapp -c mysql-5.5
        
  4. Add this repo as upstream.
    cd railsapp
    git remote add upstream -m master [THIS_REPO]
    git pull -s recursive -X theirs upstream master
        
  5. Push your new code
    git push
        
  6. That’s it!