mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Update README.md with instruction for graphviz deploy
This commit is contained in:
parent
15d66c7884
commit
274f0cc6b8
1 changed files with 6 additions and 0 deletions
|
@ -154,6 +154,12 @@ Or create new heroku application by executing following command.
|
|||
heroku create
|
||||
```
|
||||
|
||||
Add graphviz buildpack:
|
||||
|
||||
```
|
||||
heroku buildpacks:add --index 2 https://github.com/weibeld/heroku-buildpack-graphviz.git
|
||||
```
|
||||
|
||||
Before pushing to heroku master branch, some environmental variables should be set.
|
||||
|
||||
### Heroku environmental variables
|
||||
|
|
Loading…
Reference in a new issue