technotool wrote on Friday, November 18, 2005:
I have gotten to the congratulatory screen but I could use some help in the editing and creation of necessary folders under the below described folders. Is there a walkthrough on this. I am a php novice and I have a bit of fear messing with the globals.php file. much thanks in advance. dr.al (newly converted Linux lover)
Congratulations! OpenEMR is now successfully installed.
* Please Edit the ‘interface/globals.php’ file now to specify the correct URL paths, and to select a theme.
* Please make sure that the two folders underneath ‘openemrwebroot/interface/main/calendar/modules/PostCalendar/pntemplates/’ exist and are writable by the web server. The two subdirectories are ‘compiled’ and ‘cache’.
Try “chown apache:apache -R openemrwebroot/interface/main/calendar/modules/PostCalendar/pntemplates/compiled” and “chown apache:apache -R openemrwebroot/interface/main/calendar/modules/PostCalendar/pntemplates/cache”. (If either subdirectory doesn’t exist, create it first then do the chown above).
The user name and group of apache may differ depending on your distro, i.e. for Debian is www-data and www-data.