Sha256: ee94065caed863811438e9caeac016a6c1d6eed8571120f2d378030ce9614cf4

Contents?: true

Size: 1.84 KB

Versions: 2

Compression:

Stored size: 1.84 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

If using [RVM see this tips](https://github.com/Helabs/pah/wiki/Using-Pah-with-RVM).

## 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.

```bash
$ 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](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

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.12 README.md
pah-0.0.11 README.md