Correct way to install ISPConfig from svn

Discussion in 'ISPConfig 3 Priority Support' started by keshwarsingh, Jul 25, 2013.

Thread Status:
Not open for further replies.
  1. keshwarsingh

    keshwarsingh Member

    Hello,

    What is the correct way to install ISPConfig from svn ? :confused:

    - Install stable version
    - Do and update & chose svn ?
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    If you really want to use the SVN version you can do an export:

    svn export svn://svn.ispconfig.org/ispconfig3/branches/ispconfig-3.0.5 /tmp/ispconfig

    And then use the installer or updater in /tmp/ispconfig/install/
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You can install the svn version directly. I recommend to use the svn stable branch.

    Run this command on the server to get the code:

    svn export svn://svn.ispconfig.org/ispconfig3/branches/ispconfig-3.0.5

    then enter the install directory and execute install.php:

    cd ispconfig-3.0.5/install
    php install.php
     
  4. keshwarsingh

    keshwarsingh Member

    What about upgrading ? Is it the same procedures ?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, just run the update.php instead of install.php script.
     
  6. keshwarsingh

    keshwarsingh Member

    Let's say after 1 week i wish to update, should i download again, extract & run the update.php ? Or it can be run without downloading ?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to download again. Without downloading, there will be no new files on your server so nothing could be updated.
     
  8. keshwarsingh

    keshwarsingh Member

    Thanks till!

    Whats the path for the development version ?
     
  9. keshwarsingh

    keshwarsingh Member

    Got it.. svn export svn://svn.ispconfig.org/ispconfig3/trunk
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    The development version contains untested code, so dont use it on production it might break your server. Also latest bugfixes are not in the development branch, they get merged from stable branch from time to time.
     
Thread Status:
Not open for further replies.

Share This Page