Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
Sven Osterwalder edited this page Jun 7, 2014 · 5 revisions

Welcome to the bfh-os2-toolchain wiki!

Project overview

This app is a simple rails & ember js app that is completely integrated into a cloud toolchain.

Issue tracking, repository & documentation

These three parts of the toolchain are handled using this

IDE

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:

Continuous integration

TravisCI builds our project and runs the few test cases we have created in our application:

Continuous delivery

TravisCI is configured to deploy after every build to the Heroku PaaS (free plan):

Development environment

See here for details.

Setup

We documented the detailed setup steps in the wiki: Setup-toolchain-with-rails-application

Project tasks

The various tasks that had to be done during the course were tracked and resolved as issues.

Useful resources: