mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
heroku button
This commit is contained in:
parent
db69ad4555
commit
966b49fb77
@ -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
19
app.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user