Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
one click : Added the heroku one click deploy button. (#264)
Browse files Browse the repository at this point in the history
* onclick : Added one click heroku deploy for doctor

* oneclick: Added one click deploy app.json
  • Loading branch information
deekoder committed Dec 14, 2016
1 parent adfd134 commit 7f89be5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,9 @@
* Login to Doctor's Dashboard. Setup links to your doc files in Doctor's Dashboard.
* You are done!

## Quick Deploy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/minio/doctor)

## Live Demo
[Minio Docs](https://docs.minio.io) has a doctor server running that pulls together MD files that reside across a number of repos :

Expand Down
26 changes: 26 additions & 0 deletions app.json
@@ -0,0 +1,26 @@
{
"name": "Doctor",
"description": "Serve your docs from github with Doctor",
"repository": "https://github.com/minio/doctor",
"keywords": [
"doctor",
"documentation",
"server"
],
"website": "http://getdoctor.io",
"repository": "https://github.com/minio/doctor",
"logo": "https://github.com/minio/doctor/blob/master/public/Doctor_logo_128.png?raw=true",
"success_url": "/",
"scripts": {
"postdeploy": "bundle exec rake db:setup"
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "9.5"
}
}
]

}

0 comments on commit 7f89be5

Please sign in to comment.