-
Is this hostable on heroku?
-
heroku_setup.sh has no validation to check that login (for example) works.
-
2018-02-02T01:15:10.953284+00:00 app[web.1]: ValueError: Line without CRLF
2018-02-02T01:15:10.953544+00:00 app[web.1]: Task exception was never retrieved
2018-02-02T01:15:10.953547+00:00 app[web.1]…
-
I did some work in order to get this working on heroku. It would be great to have this merged in with the main branch.
https://github.com/metasoarous/read_only_rubycas_server
Cheers
Chris Small
-
MySQL en local y PostgreSQL en Heroku:
``` javascript
if (process.env.DATABASE_URL) {
// the application is executed on Heroku ... use the postgres database
db = new Sequelize(process.env.DA…
-
Does this work in Heroku environment? If not, what do we need to change or configure to make it work?
ghguy updated
7 years ago
-
Apparently it builds fine in Heroku, but when I go to start I get the following error:
`2018-04-30T01:49:32.579547+00:00 heroku[web.1]: Starting process with command 'npm start'
2018-04-30T01:49:3…
-
The heroku-postgresql:hobby-dev plan is no longer available. Choose a different plan. See all available plans in the Elements Marketplace at elements.heroku.com.
-
Unable to successfully deploy to Heroku.
-
From my limited experience, Heroku & Google Cloud, are both quite expensive. Heroku requires several dynos to run the 2 scripts and flask, Google cloud costs $25 a month, So until further notice, Assi…