Changes

From Amahi Wiki
Jump to: navigation, search
135 bytes removed ,  18:53, 17 April 2011
==== How to Uninstall (Manual) ====
To uninstall, do the following:
# Open a terminal window, become '''root''', and navigate to <u>/var/hda/web-apps/mail/html</u> directory.# Need to make a directory called '''elevated''' in <u>mail</u> and copy mail-remove.sh to that location.
# Remove the database.
# Ensure mail-remove.sh is executable.
# From the '''elevatedhtml'''directory, run the script. This may take a whileto complete.
# Close the terminal window and remove the web app in Amahi named '''mail'''.
===== Example Uninstall Terminal Session =====
{{Code|su -
cd /var/hda/web-apps/mail/cd html
chmod 755 mail-remove.sh
hda-create-db-and-user -d mail
mkdir elevated
cp mail-remove.sh ../elevated
./mail-remove.sh}}
12,424

edits