https://github.com/guillotinaweb/guillotina-heroku
https://github.com/guillotinaweb/guillotina-heroku
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillotinaweb/guillotina-heroku
- Owner: guillotinaweb
- Created: 2019-04-05T20:57:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T17:18:15.000Z (over 6 years ago)
- Last Synced: 2025-02-16T03:26:16.559Z (8 months ago)
- Size: 206 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guillotina-heroku
Guillotina is the only full-featured Python AsyncIO REST Resource Application Server designed for high-performance, horizontally scaling solutions
Read more at [Guillotina](https://guillotina.readthedocs.io/en/latest/)
Deploy Guillotina on Heroku with Postgres in one clicks
[](https://heroku.com/deploy?template=https://github.com/guillotinaweb/guillotina-heroku)
## Overridding configuration
You can add configuration variables, see https://guillotina.readthedocs.io/en/latest/developer/commands.html#overridding-configuration
### **Env variables you should customize for every deployment:**
- G_root_user__password
- G_jwt__secretTo change env var oh heroku
- Setting under application dashboard.

- Edit config var, click `Reveal Config Vars` and set `G_root_user__password`, `G_jwt__secret`
## Adding Cookiecutter template or editing config.yaml in deployment
- Install [heroku cli](https://devcenter.heroku.com/articles/heroku-cli)
- In terminal `heroku login`
- `heroku git:clone -a `
- `cd guillotina-test`
- Make changes in which you want on deployment.
- `git commit your changes`
- `git push heroku master`