Skip to content

Commit 7c3febb

Browse files
authored
Merge pull request hack4impact#107 from hack4impact/honcho
Honcho
2 parents 2704236 + 5c20052 commit 7c3febb

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,10 @@ $ pip install -r requirements.txt
8787

8888
##### Other dependencies for running locally
8989

90-
You need to install [Foreman](https://ddollar.github.io/foreman/), [Redis](http://redis.io/), and [Sass](http://sass-lang.com/). Chances are, these commands will work:
90+
You need to [Redis](http://redis.io/), and [Sass](http://sass-lang.com/). Chances are, these commands will work:
9191

9292

93-
**Foreman and Sass:**
94-
```
95-
$ gem install foreman
96-
```
93+
**Sass:**
9794

9895
```
9996
$ gem install sass
@@ -152,7 +149,7 @@ $ python manage.py add_fake_data
152149

153150
```
154151
$ source env/bin/activate
155-
$ foreman start -f Local
152+
$ honcho start -f Local
156153
```
157154

158155
## Formatting code

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Flask-SQLAlchemy==2.1
1515
Flask-SSLify==0.1.5
1616
Flask-WTF==0.11
1717
gunicorn==19.6.0
18+
honcho==0.7.1
1819
itsdangerous==0.24
1920
Jinja2==2.9.5
2021
jsmin==2.2.1

0 commit comments

Comments
 (0)