PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
203 stars 235 forks source link

pecan web interface not appearing with most recent VM #116

Closed jam2767 closed 10 years ago

jam2767 commented 10 years ago

Pulled most recent code from PecanProject/pecan master and did a build of pecan and updated database. All builds and updates appeared successful. http://localhost:3280/rstudio/ and http://localhost:3280/bety both appear as normal, but nothing appears with http://localhost:3280/pecan/.

Restarting apache with php config changed to displaying errors had no effect and there were no errors displayed.

robkooper commented 10 years ago

After the update you need to fix the addsites.sh script (see #103) as well as the configuration file has changed for the webinterface, you can simply copy config_example.php to config.php.

robkooper commented 10 years ago

Added documentation to https://github.com/PecanProject/pecan/wiki/Upgrading-pecan-vm

jam2767 commented 10 years ago

I followed the documentation added to upgrading pecan vm and the problem is resolved.