heroku button

This commit is contained in:
Peter van Hardenberg 2014-10-29 11:58:32 -07:00
parent db69ad4555
commit 966b49fb77
2 changed files with 23 additions and 0 deletions

View File

@ -44,6 +44,10 @@ Supported PostgreSQL versions:
Older versions of PostgreSQL might also work but this project is not tested on
8.x branches.
## Run on Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/sosedoff/pgweb)
## Usage
Start server:

19
app.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "pgweb",
"description": "A web-based frontend to your Postgres database.",
"website": "https://github.com/pvh/pgweb",
"repository": "https://github.com/pvh/pgweb",
"logo": "https://avatars1.githubusercontent.com/u/71051?v=2&s=400",
"success_url": "/",
"keywords": [
"postgres",
"database",
"frontend"
],
"addons": [
"heroku-postgresql"
],
"env": {
"BUILDPACK_URL": "https://github.com/kr/heroku-buildpack-go"
}
}