Joomla on ISP Config 2.2.13

Discussion in 'Installation/Configuration' started by kassie, Jun 7, 2007.

  1. kassie

    kassie New Member

    Hi Guys,

    I have followed the 10 easy steps to setup Joomla.

    In the doc it explains how to delete the installation directory.
    This is the error i get.

    root@superman:/var/www/www.bushwhisper.co.za/web# rm .rf installation
    rm: cannot remove `.rf': No such file or directory
    rm: cannot remove `installation': Is a directory
    root@superman:/var/www/www.bushwhisper.co.za/web# dir
    administrator components COPYRIGHT.php globals.php images index.php language mambots offlinebar.php robots.txt
    cache configuration.php editor help includes installation LICENSE.php media offline.php stats
    CHANGELOG.php configuration.php-dist error htaccess.txt index2.php INSTALL.php mainbody.php modules pathway.php templates
    root@superman:/var/www/www.bushwhisper.co.za/web#


    Can anyone help please!!
     
  2. Hans

    Hans Moderator Moderator

    I guess you are within the wrong directory, which means that the installation directory can not be found.
    Please make sure that you are within /var/www/webX/web.
    If not you can go there with the command: cd /var/www/webX/web.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You have a typo in the rm command. the command must be:

    rm -rf installation
     

Share This Page