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

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -