This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "Uninstall"
From Group-Office Groupware and CRM Documentation
(Created page with "If you'd like to uninstall Group-Office on Debian/Ubuntu you can run: <pre> apt-get purge groupoffice-com </pre> It will ask you to remove the database as well. Some data migh...") |
(→Manuall install) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Debian / Ubuntu== | ||
If you'd like to uninstall Group-Office on Debian/Ubuntu you can run: | If you'd like to uninstall Group-Office on Debian/Ubuntu you can run: | ||
Line 12: | Line 13: | ||
rm -rf /home/groupoffice | rm -rf /home/groupoffice | ||
</pre> | </pre> | ||
+ | |||
+ | ==Manuall install== | ||
+ | If you installed manually simply undo what you've done to install it. | ||
+ | |||
+ | #Remove source | ||
+ | #Remove data files | ||
+ | #Remove database | ||
+ | #Undo webserver configuration |
Latest revision as of 10:55, 17 June 2015
Debian / Ubuntu
If you'd like to uninstall Group-Office on Debian/Ubuntu you can run:
apt-get purge groupoffice-com
It will ask you to remove the database as well.
Some data might still be in /home/groupoffice so you can remove that with the command:
rm -rf /home/groupoffice
Manuall install
If you installed manually simply undo what you've done to install it.
- Remove source
- Remove data files
- Remove database
- Undo webserver configuration