-
Okay so here is a step by step guide to getting your favourite rocket theme working on the latest Ubuntu operating system. In case someone needs it. This worked for me. I couldn't find any other full tutorial that actually worked. So here goes:
Step 1 - Download the latest xamp for linux server from their website. (
www.apachefriends.org/download.html
)
Step 2 - Run the installer by typing these commands into a terminal (Note you need to change the name of the run file to match your version and change into the download directory):
chmod 755 xampp-linux-*-installer.run
then type this one (run the installer)
sudo ./xampp-linux-*-installer.run
Step 3 - You now need to change the permissions on HTDOCS folder in xamp. Type this into terminal:
sudo chmod 777 -R '/opt/lampp/htdocs'
Step 4 - Use File manager to find your rocket theme zip file. Double click it and extract it into a new folder in htdocs. For this tutorial I will name the folder funtimes
Step 5 - You now need to change the permissions in the folder you created in previous step. Type this into a Terminal:
sudo chmod 777 -R '/opt/lampp/htdocs/funtimes'
End Tutorial.
This is the way I got my rocket launcher to work. I hope this helps someone one day. It was driving me nuts hahahaha. Thanks for your help guys. I love this community!!!
-
Last Edit: 10 years 6 months ago by Raul.
-
The following users have thanked you: Matt