Sha256: 7bc9d0e4fb7d83e40b86a6250bd4c0bd02197efd904fc95001bc4c41b693df58
Contents?: true
Size: 1.67 KB
Versions: 6
Compression:
Stored size: 1.67 KB
Contents
# Pah [![RubyGems][gem_version_badge]][ruby_gems] [![Code Climate][code_climate_badge]][code_climate] [![Gemnasium][gemnasium_badge]][gemnasium] A rails application template which was born from [Startup DEV][startupdev] and now is used to start most projects at [HE:labs][helabs]. ## Instalation Install Pah at the command prompt: gem install pah ## Usage Run: pah projectname This will create a Rails 4.0 app in `projectname` with ruby 2.0.0. This script creates a new git repository. It is not meant to be used against an existing repo. Be sure to set your canonical domain on Heroku: ```shell heroku config:add CANONICAL_HOST=yourdomain.com #or www.yourdomain.com ``` ## Dependencies ### heroku toolbelt Install from: https://toolbelt.heroku.com/ ### phantomjs Install from: http://phantomjs.org/download.html ## Versioning Pah follow the [Semantic Versioning](http://semver.org/). ## Issues If you have problems, please create a [Github Issue](https://github.com/Helabs/pah/issues). ## Contributing Please see [CONTRIBUTING.md](https://github.com/Helabs/pah/blob/master/CONTRIBUTING.md) for details. ## Credits Pah is maintained and funded by [HE:labs](http://helabs.com.br/opensource/). Thank you to all the [contributors](https://github.com/Helabs/pah/graphs/contributors). [startupdev]: http://startupdev.com.br [helabs]: http://helabs.com.br [gem_version_badge]: https://badge.fury.io/rb/pah.png [ruby_gems]: http://rubygems.org/gems/pah [code_climate]: https://codeclimate.com/github/Helabs/pah [code_climate_badge]: https://codeclimate.com/github/Helabs/pah.png [gemnasium]: https://gemnasium.com/Helabs/pah [gemnasium_badge]: https://gemnasium.com/Helabs/pah.png
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.9 | README.md |
pah-0.0.8 | README.md |
pah-0.0.7 | README.md |
pah-0.0.6 | README.md |
pah-0.0.5 | README.md |
pah-0.0.4 | README.md |