Hi everyone,
I installed fedora 6 on my computer.
Now I installed moodle-1.8 on the linux computer.
Apache, MySQL and PHP are already installed with rpm files.
Moodle is working fine.
The moodle data folder is at : /var/www/moodledata
The webfolder I can access with : /var/www/html/elearning/moodle
But I have a question:
1) Shall I later have problems because of the installation of moodle on a computer where MySQl, Apache and PHP are not installed with the tar files?
Thank you in advanced.
> Moodle is working fine.
Congratulations! Did you go through the whole thing in one rush?
> Shall I later have problems because of the installation of moodle on a computer where MySQl, Apache and PHP are not installed with the tar files?
Where did you hear about this tar-ball game? Moodle is a LAMP, MAMP (WAMP, WIMP sic) application. As such the interface is clearly defined: web-server (HTTP), PHP and database server (MySQL, PostgreSQL, lately MSSQL sic).
_How_ do you install them shouldn't matter, as long as they work as agreed.
Congratulations! Did you go through the whole thing in one rush?
> Shall I later have problems because of the installation of moodle on a computer where MySQl, Apache and PHP are not installed with the tar files?
Where did you hear about this tar-ball game? Moodle is a LAMP, MAMP (WAMP, WIMP sic) application. As such the interface is clearly defined: web-server (HTTP), PHP and database server (MySQL, PostgreSQL, lately MSSQL sic).
_How_ do you install them shouldn't matter, as long as they work as agreed.
> Congratulations! Did you go through the whole thing in one rush?
No, I have had some problems with permissions on some foleders.
Thanks for your reply.
Regards.
No, I have had some problems with permissions on some foleders.
Thanks for your reply.
Regards.
Try looking at http://docs.moodle.org/en/Installing_Moodle#Creating_the_data_directory_.28moodledata.29 for a list of folder permissions that should work. Other than that, the structure of the folders looks OK as moodledata is outside the html folder.