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
Jump to: navigation, search
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 13: 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.
 +
 +
1. Remove source
 +
2. Remove data files
 +
3. Remove database
 +
4. Undo webserver configuration

Revision as of 11:54, 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.

1. Remove source 2. Remove data files 3. Remove database 4. Undo webserver configuration