Wednesday 1 February 2012

How-to setup M-Project and Espresso with Node.js on Ubuntu

git clone https://github.com/mwaylabs/Espresso.git
cd
git submodule update --init 



alias espresso='~/Espresso/bin/espresso.js'

(check version is => 1.0.0.0)
espresso version   


(init it with some example files)


cd devroot

espresso init --project=Nodey2 --example 


(spin up the m-project via the espresso server)
cd ~/devroot/Nodey2
espresso server

..calling the cloud9 ide
~/cloud9/support/node-builds-v4/node-linux32 ~/cloud9/n/cloud9.js -w ~/devroot/Nodey2 -l 192.168.1.12 -p 3101 -a x-www-browser 

interesting sample.. useful to get the first couple of pages going

get a theme going with ThemeRoller


No comments: