Pah
A rails application template which was born from Startup DEV and now is used to start most projects at HE:labs.
Instalation
Install Pah at the command prompt:
gem install pah
If using RVM see this tips.
Usage
Run:
pah projectname
This will create a Rails 4.0 app in projectname with ruby 2.1.0. This script creates a new git repository. It is not meant to be used against an existing repo.
RVM
If using the rvm is recomended before using pah, create and use a gemset, with the project name.
$ rvm use 2.1.0@projectname --create
Pah automatically create the .ruby-version and .ruby-gemset files.
Dependencies
heroku toolbelt
Install from: https://toolbelt.heroku.com/
phantomjs
Install from: http://phantomjs.org/download.html
Versioning
Pah follow the Semantic Versioning.
Issues
If you have problems, please create a Github Issue.
Contributing
Please see CONTRIBUTING.md for details.
Credits
Pah is maintained and funded by HE:labs. Thank you to all the contributors.


