Ooh, it worked! I get this though:
The /var/www/html/forum directory is not writable.
Please chmod this directory to 0775.
The /var/www/html/forum/assets directory is not writable.
Please chmod this directory and its contents to 0775.
The /var/www/html/forum/storage directory is not writable.
Please chmod this directory and its contents to 0775.
I ran:
apt-get install php5-gd php5-mysql
chmod -R 0775 forum
chmod -R 0775 forum/assets/
chmod -R 0775 forum/storage/
Still says that errors need to be resolved. ?
Was that correct? What do I do now? The other discussion isn't very helpful in regards of command execution. (Used to a UI, lol.)