Hi all,
is there a preferred way to setup a development environment for i-mscp?
I couldn't find anything about it in the forum/wiki .
Cheers
Hi all,
is there a preferred way to setup a development environment for i-mscp?
I couldn't find anything about it in the forum/wiki .
Cheers
I'm using virtual box to create a dev environment. All domains which i setup in this dev env will be added to the hosts (windows: c:\windows\system32\drivers\etc) .
Then you can work with this
Do you just clone the dev-branch from github and execute the installation routine within the virtual machine?
I'm using kvm and xen guests. I install always current master from github as you described it within the virtual machine. After that, I make custom pointers on my computer in /etc/hosts
Do you just clone the dev-branch from github and execute the installation routine within the virtual machine?
Right.. I'm using the following script:
http://wiki.i-mscp.net/doku.ph…tart:nightlyupgradedebian
Sweet, thanks. I will give it a try and hopefully submit some patches soon =)