- a Wordpress plugin to store improv analyses in a database
- mostly written in PHP/MySQL, but uses $wpdb object & hides behind the Wordpress login
- get plugin files to Wordpress install
- e.g.
cp -r plugin/ $WORDPRESS_PATH/wp-content/plugins/improv-analysis-2.0
- OR
ln -s ~user/improv-analysis-2.0/plugin $WORDPRESS_PATH/wp-content/plugins/improv-analysis-2.0
- e.g.
- enable plugin
- go to the "install" page of the plugin & create the tables!
- create
plugin/db_config.php
from the template inplugin/db_config_sample.php