wordpress - deploying wabapps (e.g. moodle) on heroku -
what proper way deploy webapps on heroku? i'm installing moodle, same procedure should apply e.g. drupal or wordpress. hace done unzip moodle locally, uploaded using git heroku. when visit site option install , select database, works fine. problem install procedure saves information in filesystem on server, gets overwritten next time deploy app. proper way of doing this?
you have pre-configure app of database settings before deploy heroku. either fake "install" on local environment, or manually edit php config files.
as you've discovered, heroku's filesystem not persistent: https://devcenter.heroku.com/articles/dynos#ephemeral-filesystem.
Comments
Post a Comment