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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -