Jump to content

Recommended Posts

Posted (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 by reggiep
Posted

assuming this is ubuntu:

 

 mkdir -p /var/www/moodledata
chmod -R 775 /var/www/moodledata
chown -R www-data:www-data /var/www/moodledata

  • Thanks 1
Posted

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,

Guest Guest
Posted

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.)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...