Install/Uninstall instruction for the Geeklog projects plugin. INSTALL: Step 1: Back up your Geeklog Database. The projects plugin adds tables to your Geeklog database. You can do this with the built in admin backup facility. Step 2: Uncompress the projects plugin archive while in the /plugins directory. The archive will create a directory called projects in the plugins directory. Step 3: Create the public_html and admin directories. Under your html directory (usually public_html) create a directory called projects. Under your admin/plugins/ directory create a directory called projects. Step 4: Change to your /plugins/projects/ directory. Copy the files in the admin directory to the admin/plugins/projects/ directory your created in step 3. Copy the files and directories in the public_html directory to the public_html/projects/ directory your created in step 3. Step 5: Edit the config.php in the projects directory and confirm the table prefix and anonymous access settings and other display settings. The default is to use the geeklog table prefix and not allow anonymous access. If Upgrading Goto Step 6b Step 6a: Log in to your Geeklog as a root user and run install.php in your admin/plugins/projects/ directory. The install page will tell you if the install was successful or not. If not examine Geeklog system errorlog for possible problems. Step 6b: If you are upgrading Log in to your Geeklog as a root user and run gl_projects_1.0RCx_to_1.0rc4.php in your admin/plugins/projects/ directory. The install page will tell you if the install was successful or not. If not examine Geeklog system errorlog for possible problems. The projects plugin should now be installed and functioning. Clicking on the projects Icon will take you to the admin page. Step 7: Set up security. On install only the root users have access to projects administration and Viewing. You can delegate control for either of these functions through the user and group editors. Step 8: *****TO IMPORT EXISTING DATA FROM FILEMGMT PLUGIN RUN [siteurl]/projects/import.php as a ROOT USER, DO NOT RUN MORE THAN ONCE OR YOU WILL GET DUPLICATES***** UNINSTALL: Step 1: Run the install.php page in your admin/plugins/projects directory. This will remove all the data from your database. Step 2: Delete the three plugin directories created in the install process: plugins/projects/ /projects/ and /plugins/projects/ Thats it.