reggiep Posted May 12, 2009 Posted May 12, 2009 (edited) Hi All, I am currently installing moodle onto a linux box, ubuntu server. All goes well until I browse to the install.php page and when I get onto the third page I get this... http://s3.amazonaws.com/twitpic/photos/full/8444460.png?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1242121359&Signature=eSv60in2lMVZ2O%2FClBPofR1YvGM%3D I'm guessing I need to change the properties on the moodledata folder with chown or is it chmod? Can anyone suggest how I could do this or point me to an article on installing moodle like this? Thanks Edited May 12, 2009 by reggiep
Geoff Posted May 12, 2009 Posted May 12, 2009 assuming this is ubuntu: mkdir -p /var/www/moodledata chmod -R 775 /var/www/moodledata chown -R www-data:www-data /var/www/moodledata 1
reggiep Posted May 12, 2009 Author Posted May 12, 2009 Thanks Geoff, The document I had told me to chown -R www-data.www-data /var/www/moodledata. You soretd that out for me.
aap Posted May 17, 2009 Posted May 17, 2009 Hey, I am trying to implement the same as a project.Can you direct me to some useful links or some documentation except moodle.org? I am not getting about where to start from.I will be very thankful if do so kindly. Thanking you,
reggiep Posted May 17, 2009 Author Posted May 17, 2009 Hi aap, I'll let you know on Monday when I get back to my pc at work.
Guest Guest Posted May 17, 2009 Posted May 17, 2009 Moodle comes as a debian package so if you do an apt-get install moodle it will set up all the bits and bobs and the permissions for you. (i hope im right in saying moodle is in the main package rep.)
powdarrmonkey Posted May 17, 2009 Posted May 17, 2009 (i hope im right in saying moodle is in the main package rep.) Correct, it has been dfsg-ied (Overview of moodle source package). In Ubuntu, it will probably be in universe.
Ashm Posted May 18, 2009 Posted May 18, 2009 Try this Ubuntu Moodle guide if you want to use the latest version of Moodle - Step-by-step Install Guide for Ubuntu - MoodleDocs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now