# Soaring This gem provides a collection of command line tools that simplifies the creation, development and packaging of a soar project for deployment at Hetzner. ## Installation Add this line to your application's Gemfile: ```ruby gem 'soaring' ``` ## Creating a new project Create the fresh project skeleton: $ soaring init Create an environment.yml file by copying the example: $ cp config/environment.yml.example config/environment.yml Start up a local instance of the service component to check that all is well $ soaring run ## Contributing Bug reports and feature requests are welcome by email to barney dot de dot villiers at hetzner dot co dot za. This gem is sponsored by Hetzner (Pty) Ltd (http://hetzner.co.za) ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).