Install/Uninstall instruction for the Geeklog mycal plugin.
INSTALL
- Uncompress the mycal plugin archive while in the /plugins directory. The archive will create a directory called mycal in the plugins directory.
- Create the public_html and admin directories. Under your html directory (usually public_html) create a directory called "mycal". Under your admin/plugins/ directory create a directory called "mycal".
- Change to your <geeklog_dir>/plugins/mycal/ directory. Copy the files in the admin directory to the admin/plugins/mycal/ directory your created in step 3. Copy the files and directories in the public_html directory to the public_html/mycal/ directory your created in step 3.
- Edit the config.php in the mycal 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.
- Log in to your Geeklog as a root user and run install.php in your admin/plugins/mycal/ directory. The install page will tell you if the install was successful or not. If not examine Geeklog system errorlog for possible problems.
The mycal plugin should now be installed and functioning. You should see the calendar block appear in home page.
UNINSTALL
- Run the install.php page in your admin/plugins/mycal directory. This will remove all the data from your database.
- Delete the three plugin directories created in the install process:
- <geeklog-dir>plugins/mycal/
- <public_html>/mycal/
- <admin>/plugins/mycal/
That's it.