reactome / container

:construction: Repository for files for running a Reactome production-like environment inside a docker container. Currently, this project's status is "Work-In-Progress". :construction:
9 stars 4 forks source link

Move values for 'home' and 'siteurl' to config files #3

Closed SolomonShorser-OICR closed 7 years ago

SolomonShorser-OICR commented 7 years ago

Currently, the values for 'home' and 'siteurl' are set in the WordPress database file. It would be easier to change these if they were set in in the wp-config.php file instead. To do that, a new version of the database file would have to be created without these settings, and then they would need to be added to the PHP config file.

SolomonShorser-OICR commented 7 years ago

See this commit: https://github.com/reactome/container/commit/f12f845ea0abd51705c24d308ae836cf37c83a11

Issue is resolved by updating database via SQL script