Dev. Env. Setup Advice

Discussion in 'Developers' Forum' started by HerveM, Dec 17, 2013.

  1. HerveM

    HerveM New Member

    Hello,

    Has someone advice about setting a dev. environment for IspConfig ?

    What version of php is targeted ? 5.3 | 5.4 | 5.5 ?

    Is there a specific workflow ?

    Are this steps still correct?
    => http://docs.ispconfig.org/development/interface/building-an-interface-module/

    Install the last version from Svn/Git on a (remote) server, then on local/remote web server install just the php interface.

    Is the second step obligatory ? We can work directly on server side version no ?

    Had someone do/have a Vagrant like system (http://www.vagrantup.com/) ?

    Thanks,
    HerveM
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The development enviroment is normally the debian wheezy perfect setup. Just install it in a vm of your choice, e.g. Virtualbox or vmware. You can develop the interface and the server in this vm, no additionsl setup is required. You should use the master branch from git for development, for bugfixes you can use the stable 3.0.5 branch.

    The eev guide is a bit outdated regarding the setup and we switched to git in the meantime. But the other parts of the guide are still valid.
     

Share This Page