安装toolbelt -> https://devcenter.heroku.com/x?url=https%3A%2F%2Ftoolbelt.heroku.com%2F
命令行 -> heroku login
参考 https://devcenter.heroku.com/articles/keys must do -> heroku keys:add
克隆:
git clone git://github.com/RobSpectre/Twilio-Hackpack-for-Heroku-and-Flask.git
heroku create –stack cedar
老三样:
git add .
git commit
git push heroku master
trouble shooting:
$ heroku restart
$ heroku logs –tail
用Heroku看youtube,抓nbcnightlynews podcast毫无问题!
参考:
https://devcenter.heroku.com/articles/quickstart
The official Heroku buildpack for Python apps
https://github.com/heroku/heroku-buildpack-python
1,874 forks.
951 stars.
18 open issues.
Recent commits:
- Update test assertions after changes to the getting started guide (#1450)The recent changes to the Python getting started guide mean theexisting log output assertions need adjusting, since the tests are nowfailing:https://github.com/heroku/heroku-buildpack-python/actions/runs/4869442189/jobs/9038239643#step:5:375https://github.com/heroku/python-getting-started/compare/7d2f6a12b1cabc1551e2d0d7ad46844fd9091c56…c99a168fa1c9e6277a986c0d86606f0106fdf843The `getting_started_spec.rb` test has been removed rather thanfixing it, since it was a duplicate of the tests in `django_spec.rb`.GUS-W-13152716., GitHub
- Bump rspec-expectations from 3.12.2 to 3.12.3 (#1446)Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.12.2 to 3.12.3.- [Release notes](https://github.com/rspec/rspec-expectations/releases)- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)- [Commits](https://github.com/rspec/rspec-expectations/compare/v3.12.2…v3.12.3)—updated-dependencies:- dependency-name: rspec-expectations dependency-type: direct:development update-type: version-update:semver-patch…Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
- Bump rspec-core from 3.12.1 to 3.12.2 (#1447)Bumps [rspec-core](https://github.com/rspec/rspec-core) from 3.12.1 to 3.12.2.- [Release notes](https://github.com/rspec/rspec-core/releases)- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)- [Commits](https://github.com/rspec/rspec-core/compare/v3.12.1…v3.12.2)—updated-dependencies:- dependency-name: rspec-core dependency-type: direct:development update-type: version-update:semver-patch…Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
- Bump rubocop-rspec from 2.19.0 to 2.20.0 (#1445)Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.19.0 to 2.20.0.- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.19.0…v2.20.0)—updated-dependencies:- dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
- Bump rubocop from 1.49.0 to 1.50.2 (#1448)Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.49.0 to 1.50.2.- [Release notes](https://github.com/rubocop/rubocop/releases)- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)- [Commits](https://github.com/rubocop/rubocop/compare/v1.49.0…v1.50.2)—updated-dependencies:- dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
https://devcenter.heroku.com/articles/buildpacks
The fastest way to start using Twilio with Python.
https://github.com/RobSpectre/Twilio-Hackpack-for-Heroku-and-Flask
51 forks.
101 stars.
3 open issues.
Recent commits:
- 1) Upgraded dependencies., Rob Spectre
- 1) Removed configure main function from coverage.2) Segregated parser into separate function for testability.3) Added tests for configure cli script.4) Finished out error handling tests for 100% coverage., Rob Spectre
- Bump version of Twilio module., Rob Spectre
- Fix comma in app.json., Rob Spectre
- 1) Remove post deploy configuration until I find a way to get the Heroku domainpost-deploy.2) Fixed string substitution in configure.py., Rob Spectre