Examples.
Example assembly lines.
There are various use cases implemented and tested that we are providing as examples. You can clone the repository of cloudfactory example assembly lines by following the procedure below:
First install the gem cloudfactory.
> gem install cloudfactory
Then
> git clone git://github.com/sprout/cloudfactory_examples.git > cd cloudfactory_examples/[name-of-sample-line] > cf login (if you haven't already) > cf line create > cf production start [unique-run-title] -i [unique-run-title.csv]
Note: the input csv file should be inside the input directory.
Sample start up applications.
Want to see the how you can integrate cloudfactory to your web-application?