interrupted installation ISPConfig

Discussion in 'Installation/Configuration' started by badgerbox76, Mar 18, 2006.

  1. badgerbox76

    badgerbox76 Member

    I need to remove ispconfig totaly from my system before reinstalling it again because i have had an interruption duing the install. There is no uninsall in /root/ispconfig so how can i remove the program? i have already tryed just installing it again but that has not helped. thanks
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Do this:

    Code:
    rm -fr /root/ispconfig
    rm -fr /home/admispconfig
    Also delete the ISPConfig database, if it exists:
    Code:
    mysql -u root -p
    SHOW DATABASES;
    DROP DATABASE <name_of_ispconfig_database>;
    quit;
     
  3. badgerbox76

    badgerbox76 Member

    thanks i will just try to install it again :rolleyes:
     

Share This Page