This runs CXF based Web services on heroku.
- Login to Heroku : 'heroku auth:login'
- Clone me then cd to cloned repository
- Create the app on heroku : 'heroku create -s cedar'
- Push the app to heroku : 'git push heroku master'
- Open the new app : 'heroku open'