Skip to content
Valentin Ivaşcu edited this page May 27, 2015 · 1 revision

Open Console Emulator (Cmder.exe) you already installed and navigate to your server files

Let say we are under F:\servers\project-name

To compile server run:

vagrant up

This command will download and install ubuntu 14.04 box and dependencies. That will take a while, so take a coffee :)

When compiling is done, you should see a nice Happy programming! message.

Then login into machine with

vagrant ssh

Update and Upgrade packages with

sudo apt-get update
sudo apt-get upgrade

Now you have a nice Linux environment synced with Windows

Clone this wiki locally