Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Setup development environment in Mac OS X

Chenxiong Qi edited this page Jul 5, 2015 · 1 revision

Prerequisites

You need to ensure following tools are installed in your system.

Get the code

Launch development machine

Go to the root directory of nodejs-cantas, then issue command

vagrant up

Now, you have a break to have a cup of coffee to wait for the provisioning finishes.

Begin to hack

Login to the development machine

vagrant ssh

then, go to /project/src. You have everything you need to hack on Cantas.

Launch the server

vagrant ssh
cd /project/src
node app.js