- Install tools
- git
- VirtualBox and [VirtualBox Extension Pack(https://www.virtualbox.org/wiki/Downloads)
- Vagrant
- MobaXterm for windows, XQuartz for macOS
- Add to
PATH
with following folders:- git:
{your-git-installation-path}/Git/bin
and{your-git-installation-path}/Git/usr/bin
- VirtualBox:
{your-VirtualBox-installation-path}/Oracle/VirtualBox
- git:
- Fork this repo and clone it
- Run
$ vagrant up
- This is a virtual machine installation command. Requires around 8GB.
- This will take at least 20 minutes. Have a cup of coffee :)
- After successful install, connect to the machine using SSH
$ cd ~/WolfieMouse
$ make eclipse
To be added.