Ruby 1.9.3, Rails 3.2.6 on OpenShift platform
- Create Do-It-Yourself application
- Log into a remote machine (check instruction)
- Execute
cd $OPENSHIFT_TMP_DIR
wget https://raw.github.com/szemek/openshift-diy-rails/master/install.sh
chmod u+x install.sh
./install.sh
- Wait until installation is finished. It should take circa 15-20 minutes.
- Clone locally repository:
git clone https://github.com/szemek/openshift-diy-rails.git
- Feel free to modify code, set up remote repository & push your code to OpenShift platform.
- Have fun :-)