Skip to content

Commit

Permalink
deploy to heroku readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ira committed Oct 9, 2015
1 parent acdb0f8 commit 25296c7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Features:

# Installation

### Development version
### Development version | <a href="README_HEROKU.md">Deploy to Heroku</a>

Clone repository:
```bash
Expand Down
41 changes: 41 additions & 0 deletions README_HEROKU.md
@@ -0,0 +1,41 @@
# Badger [![Build Status](https://travis-ci.org/2gis/badger.svg?branch=master)](https://travis-ci.org/2gis/badger)

Badger - an open-source tool for monitoring product quality.

Features:
- simple tests execution
- collecting test results from different sources
- the aggregation of results
- beautiful graphics


# Installation

### <a href="README.md">Development version</a> | Deploy to Heroku

Clone repository:
```bash
git clone https://github.com/2gis/badger.git
cd badger
```

Create an app on Heroku:
```bash
heroku create appname
```

Configure you app:
```bash
heroku config:set FRONTEND_URL=appname.herokuapp.com
heroku config:set BACKEND_URL=your-api-instance.herokuapp.com/api/
```

Deploy app:
```bash
git push heroku master
```

Start processes:
```bash
heroku ps:scale web=1
```

0 comments on commit 25296c7

Please sign in to comment.