mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Update README.md with buildpacks info
This commit is contained in:
parent
77f00bf3a7
commit
73332ac7d1
1 changed files with 7 additions and 1 deletions
|
@ -154,7 +154,13 @@ Or create new heroku application by executing following command.
|
||||||
heroku create
|
heroku create
|
||||||
```
|
```
|
||||||
|
|
||||||
Add graphviz buildpack:
|
Add additional heroku buildpacks in the same order as specified in `.buildpacks`:
|
||||||
|
|
||||||
|
```
|
||||||
|
heroku buildpacks:add --index <i> <buildpack>
|
||||||
|
```
|
||||||
|
|
||||||
|
e.g. for adding graphviz write:
|
||||||
|
|
||||||
```
|
```
|
||||||
heroku buildpacks:add --index 2 https://github.com/weibeld/heroku-buildpack-graphviz.git
|
heroku buildpacks:add --index 2 https://github.com/weibeld/heroku-buildpack-graphviz.git
|
||||||
|
|
Loading…
Reference in a new issue