ok, newb to installing forums, installing vanilla.
ive got this:
Vanilla Installation Wizard (Step 1 of 3)
We came across some problems while checking your permissions... Vanilla needs to have read permission enabled on the extensions folder.
Vanilla needs to have read permission enabled on the languages folder.
Navigate the filesystem of your server to the Vanilla folder. Vanilla will need read AND write access to the conf folder.
There are many ways to set these permissions. One way is to execute the following from the root Vanilla folder:
chmod 777 ./conf
You will also need to grant read access to the extensions, languages, setup, and themes folders. Typically these permissions are granted by default, but if not you can achieve them with the following commands:
chmod --recursive 755 ./extensions
chmod --recursive 755 ./languages
chmod --recursive 755 ./setup
chmod --recursive 755 ./themes
------
how and where do i do that?
ive uploaded vanilla by ftp, do i use my ftp client to do it, of so how?
:/