Dear forum,
I am having slight problems installing moodle on a cloud production server through a MacOS Terminal SSH.
ubuntu 14.04 LTS
Moodle 2.6
I have followed the step-by step instructions
http://docs.moodle.org/26/en/Step-by-step_Installation_Guide_for_Ubuntu
but when I enter Step 7 and enter the IP xx.xx.xx.xx/moodle, I get the <?php ...//This file is part of Moodle - ..., as pr the attachment screenshot
The most insecure step I took was modifying the my.cnf file with the vi editor. Here I entered the
default-storage-engine = innodb
below the *Innodb - heading, as pr attached screenshot
then saved and quit, using :w and :q
What am I missing?