Hi Mary,
First of all thank you for letting me know that everyone can edit the documentation. I did not know that. I also don't feel that I am ready with my extra limited linux and moodle knowledge to edit documentation anyway
As I mentioned in my response to Derek, documentation is not helping as it should be.
Step by step following the 2.5 documentation will take the new users no where.
For example:
How can I download Moodle 2.5+'s the latest version as CLI command according to version 2.4 stable and I have no idea how to figure out and locate the latest version's name! Here is the CLI command from 2.5's documention page
$ git clone -b MOODLE_24_STABLE git://git.moodle.org/moodle.git
Even I figure out to download the file, I stuck in next step which Ubuntu server cannot recognize the given CLI command
admin@moodlelin:~$ sudo chmod -R +a "www-data allow read,delete,write,append,file_inherit,directory_inherit" /var/moodledata
chmod: invalid mode: `+a'
Try `chmod --help' for more information.
Now I need to figure out what is that +a and what should I use instead to continue!
If I figure out and continue I am afraid the other CLI commands also will cause issues because of typos.
Kind regards