Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/milkode-grafana2-heroku
https://github.com/myokoym/milkode-grafana2-heroku
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/myokoym/milkode-grafana2-heroku
- Owner: myokoym
- Created: 2016-02-13T01:14:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T01:22:02.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T07:18:57.884Z (over 1 year ago)
- Language: Ruby
- Homepage: https://milkode-grafana2.herokuapp.com/
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Milkode on Heroku
Deploy the [Milkode](https://github.com/ongaeshi/milkode) on Heroku.
Try: http://try-milkode.herokuapp.com/
## Setup
Clone.
```
$ git clone https://github.com/ongaeshi/milkode-on-heroku.git
$ cd milkode-on-heroku
$ heroku apps:create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/rroonga.tgz
```(optional) Rename.
```
$ heroku rename try-milkode
```## Specifies the packages that you want to add
Edit the file `./PACKAGES`. Specify the GitHub repository name.
- `-n (--name)` .. Specify pacakge name
- `-b (--branch-name)` .. Specify branch```
ongaeshi/milkode
ongaeshi/gomilk -n gooooomilk
ongaeshi/milkode -n milkode-develop -b develop
.
.
```## Customize title and icon
Edit the file `./milkweb.yaml`
```
---
:home_title : "Milkode on Heroku"
:home_icon : "http://...../icon.png":header_title: "Milkode"
:header_icon : "/images/MilkodeIcon135.png":display_about_milkode: true
```## Deploy
Push to Heroku.
```
$ git commit -am "Add my settings"
$ git push heroku master
$ heroku open
```## License
The MIT License.
Copyright (c) 2014 ongaeshi