David Dollar e574880814 Merge pull request #101 from ndbroadbent/foreman
---

I just discovered the LiveReload gem, and wanted to use foreman to help me set up my development environments.

I didnt want to check in my custom development Procfiles, so I needed to alter the behaviour of:

> [The Procfiles] containing directory will be assumed to be the root directory of the application.

Ive set up some shared `Procfiles` for development, such as `Rails3Dev`, `Rails31Dev`, `JekyllDev`, etc.

Then I set up a bash alias for each of these Procfiles, such as:

```bash
alias rd31="foreman start -d . -f ~/dev/procfiles/Rails31Dev"
```

The only thing missing was the `-d` flag.

My `Rails31Dev` file looks like this:

```yaml
compass: compass watch --sass-dir app/assets/stylesheets --css-dir public/assets
livereload: livereload
passenger: passenger start
```

Thanks!

Conflicts:
	lib/foreman/cli.rb
2012-01-16 09:38:25 -05:00
2010-05-20 00:04:48 -04:00
wip
2011-12-08 17:53:13 -08:00
2011-09-12 19:07:25 -04:00
2011-11-08 18:00:23 -05:00
2012-01-16 09:33:34 -05:00
2011-05-13 12:02:13 -04:00
2011-09-12 12:55:37 -04:00
2011-11-14 12:23:50 -05:00
2011-12-05 15:46:22 -05:00
2011-09-12 10:58:35 -04:00
2012-01-16 09:33:34 -05:00
2012-01-16 09:33:34 -05:00
2011-12-05 15:46:22 -05:00
2012-01-04 12:36:34 -05:00

Foreman

Installation

Description

http://blog.daviddollar.org/2011/05/06/introducing-foreman.html

Manual

Authorship

Created by David Dollar

Patches contributed by:

  • Adam Wiggins
  • Dan Peterson
  • Hunter Nield
  • Jay Zeschin
  • Keith Rarick
  • Khaja Minhajuddin
  • Matt Haynes
  • Michael van Rooijen
  • Mike Javorski
  • Nathan L Smith
  • Nick Zadrozny
  • Ricardo Chimal, Jr
  • Thom May
  • clifff
  • Greg Reinacker

License

MIT

Description
Manage Procfile-based applications
Readme MIT 1.1 MiB
Languages
Ruby 91.9%
HTML 5.9%
Shell 1.9%
Procfile 0.3%