Chameleon follows the standard glFusion plugins procedure. Below we will document 2 methods to install the Chameleon files, via FTP and via standard shell access to the server.
If you do not have shell access to your server and can only use an FTP client to access your server, follow these instructions.
To install Chameleon, or any glFusion plugin, you will need to un-archive the plugin on your local computer. The Chameleon distribution will automatically create all the proper directories when it is un-archived.
To un-archive a .gz file, you can use later copies of WinZIP or WinRAR.
Now we should have a local copy of the Chameleon Plugin in C:\tmp
The directory should look like this:
+tmp\
+ chameleon\
+ admin\
+ docs\
+ language\
+ public_html\
+ templates\
+ themefiles\
+ functions.inc
Now that you have a copy on your local hard drive, it is time to FTP up to your server.
Start your FTP program, I recommend FileZilla if you do not have a program you use already. FileZilla is free and supports many different operating systems (Windows, Linux, etc.).
Connect to your web server with your FTP program.
Our first FTP will be the entire Chameleon distribution to your server. You will want to use the diagrams below to find the proper directory on your server and move the entire c:\tmp\chameleon\ directory to the path-to-glfusion/private/plugins/ directory.
To find the path-to-glfusion/private you can look in your glFusion siteconfig.php file and see what directory is defined in the $_CONF[‘path’] line.
SPECIAL NOTE: For the initial FTP of the Chameleon distribution, you will want to actually drag the chameleon folder from your local computer to the plugins directory on your server. The remaining FTP’s below you will actually drag the files, not the parent directory.
tmp\ path-to-glfusion/private/
| |
+ chameleon\--+ + backups/
| + data/
| + include/
| + language/
| + logs/
| + pdfs/
+--------------------->+ plugins/
+ sql/
+ system/
+ db-config.php
Next, you will need to make a sub-directory under the admin/plugins/ directory on your server called chameleon.
path-to-glfusion/
|
+ private/
+ public_html/
|
+ admin\
|
+ plugins\
+ chameleon <--- Make this subdirectory
Next you will need to FTP all the files from the c:\tmp\chameleon\admin\* directory to your server. Here you will want to select all the files and sub-directories in the admin\ directory, not just the public_html\ folder. Follow the map below:
tmp\ path-to-glfusion/
| |
+ chameleon\ + private/
| |
+ admin/---+ + public_html/
| + admin/
| + plugins/
+----------------------------> + chameleon/
Next, you will need to make a sub-directory under the layout/ directory on your server called chameleon.
path-to-glfusion/
|
+ private/
+ public_html/
|
+ layout\
|
+ chameleon <--- Make this subdirectory
Next you will need to FTP all the files from the c:\tmp\chameleon\themefiles\* directory to your server. Here you will want to select all the files and sub-directories in the admin\ directory, not just the public_html\ folder. Follow the map below:
tmp\ path-to-glfusion/
| |
+ chameleon\ + private/
| |
+ themefiles/+ + public_html/
| + layout/
+---------------------> + chameleon/
Congratulations! You should now have all the files uploaded to your server and you are ready to skip to the Online Installation step below.
Now that you have the files loaded on your server, it is time to actually perform the Chameleon installation into glFusion.