This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sven Osterwalder edited this page Jun 7, 2014
·
5 revisions
Welcome to the bfh-os2-toolchain wiki!
This app is a simple rails & ember js app that is completely integrated into a cloud toolchain.
These three parts of the toolchain are handled using this
Besides using a traditional IDE (we use JetBrains RubyMine for our rails projects) we connected the github project to the Cloud 9 cloud IDE and did some work therein:
TravisCI builds our project and runs the few test cases we have created in our application:
TravisCI is configured to deploy after every build to the Heroku PaaS (free plan):
- Deployed app
- Project on Heroku (Needs adding as collaborator in heroku)
See here for details.
We documented the detailed setup steps in the wiki: Setup-toolchain-with-rails-application
The various tasks that had to be done during the course were tracked and resolved as issues.