Have about 7 VirtualBox guest OS's on a MacOSX laptop ... CentOS & Ubuntu's mostly.
Just installed Bitnami's Moodle 2.8.3 package ... just to see ... tinker (what I do best!)
They say minimal Ubuntu ... and they mean it. Below just a few 'different'/things ...
PHP 5.4.36
FPM/FastCGI
php.ini location:
/opt/bitnami/php/etc/php.ini
APC is enabled - No Zend Opcache
upload_max_filesize 40M
post_max_size 40M
Default timezone America/Los_Angeles
session.save_path /opt/bitnami/apps/moodle/moodledata/sessions /opt/bitnami/php/tmp
location of moodle code
/opt/bitnami/apps/moodle/htdocs
location of moodle data
/opt/bitnami/apps/moodle/moodledata
Ownership permissions:
owner: bitnami group: daemon for both above
For those of you with Linux/Ubuntu 'experience' think you can see typical docs as provided by Moodle.org would be incorrect if user had a bitnami in VirtualBox system.
Is it good for development ... looks like it could be. Would I run it production? NOT ON ANYONE's LIFE!
Degree of difficulty for beginning Moodle wanna be developer/admin ... 1st depends upon their level of comfort installing VirtualBox. If following Bitnami's directions ... pretty darn easy. Notice ... that's *IF*.
Something one couldn't do with it no matter what they tried ... running
Apache/Moodle under https with a *valid* CA.
Something one could learn to do ... setup a file system repo in the VB/Bitnami/Moodle package ... and learn how to: scp large backups over 40M to from MacOSX to the virtual VB/Bitnami/Moodle file system repo and/or mount the directory/folder from the MacOSX OS and do drag an drop.
*** Install
git and learn how to setup the Moodle.org git repo in the Moodle code folder to make future updates/upgrades a breeze without fear.
Bottom line: It has it's place.
'spirit of sharing', Ken