-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
In order to use NetIDE properly, you need to have an installation of Vagrant (>v1.6), VirtualBox, and SSH on your machine. Windows users, make sure that the Vagrant and the SSH executable are referenced in your PATH variable.
NetIDE works on Eclipse Luna (4.4) and Eclipse Mars (4.5)
- Open your Eclipse installation and navigate to
Help->Eclipse Marketplace...
in the Menubar. - Search for
NetIDE
, clickInstall
and follow the instructions. After restarting Eclipse, NetIDE is ready to run.
Alternatively, you can drag the button below into your running Eclipse window.
- Open your Eclipse installation and navigate to
Help->Install New Software...
. - Enter
http://updatesite.netide.eu/stable
for a stable installation orhttp://updatesite.netide.eu/nightly
for nightly builds. - Select
NetIDE
clickNext
and follow the instructions. After restarting Eclipse, NetIDE is ready to run.
Check out the master branch.
Navigate to the folder releng/eu.netide.dependencies
and type mvn p2:site. This will build an Eclipse repository for external dependencies at releng/eu.netide/dependencies/target/repository
.
Navigate to the folder releng/eu.netide.parent
and type MAVEN_OPTS="-Xmx1024M" mvn package
. The build process can take some time.
Once it has finished, you'll find the contents of an eclipse update site as a zip file in releng/eu.netide.product/target
.
Open your Eclipse installation.
Go to Help->Install New Software->Add->Local
and specify the location of the dependency repository.
Go to Help->Install New Software->Add->Archive
and specify the location of the zip file.
Select NetIDE from the list and follow the instructions. After restarting Eclipse, NetIDE is ready to run.