PDA

View Full Version : Complete Uninstall


jtreepr
07-09-2005, 08:08 PM
I am trying to get soho launch completely out of the directory so i can just up load my old site. I can't seem to remove anything. How do I complete uninstall all soho related files, the screen says i need to do it manually?

lsvf
07-20-2005, 10:50 PM
It depends on what type server and access you have. On a unix based server, log into root, cd to your home directory and use the command :
rm -rf sohoadmin
This will remove the sohoadmin directory and all files in it. Be careful using this command as you cannot recall any files that you have deleted. To delete those files not in the sohoadmin folder use this command (again, at root):
rm index.php whatever.php whatever-is-next.php and_so_on.php
(you can actually list all the files you want to delete on one line with a space between them)

Don't know how you would do it on any other server. Hope this helps.

Linda