User documentation
Technical documentation
Other
Brim - Uninstall
Get rid of the files
If you have uploaded the files individually by ftp or something similar, you can simply delete files.
If you have used the installation script, there is a bit more to do.
- Create a file (locally) called 'delete.php' (any name is fine)
- Edit the file and put the following code in it (pressumed that the application is installed under the subdirectory called 'brim')
<?php
unlink ('brim');
?>
- Upload this file to your public webserver, one level higher than the application directory
- Execute the 'delete.php' script using your webbrowser
- Remove the file 'delete.php'
Database cleanup
Now delete the brim database (execute something like 'drop database brim' using the commandline, phpMySQL, a similar tool) or delete all tables with the following prefix 'brim_', if the application is installed in a database shared with other applications
