heroku + python + flask + selenium + headless-chrome を本番公開
この環境でいろいろとやる機会があったので、いっそメモっとこうと思いました。
Local で動いてる前提です。
heroku に chromedriver と chrome を追加する
heroku create して push した後、次の Buildpacks を追加する
terminal
$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-chromedriver.git
$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-google-chrome.git
念の為に heroku の管理画面を確認する
heroku > personal > [project] > Settings > Buildpacks
これが追加されていれば成功。(若干ディレイがある)
追加されない場合は管理画面から入れる
- https://github.com/heroku/heroku-buildpack-google-chrome.git
- https://github.com/heroku/heroku-buildpack-chromedriver.git
あとは再度 push すれば公開されます。
VPS などで最初から環境構築すると chromedriver 周りの設定がめんどいので、
heroku だと簡単です。
Author And Source
この問題について(heroku + python + flask + selenium + headless-chrome を本番公開), 我々は、より多くの情報をここで見つけました https://qiita.com/bigchu/items/7a9ef6db5933708ab53d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .