Difference between revisions of "Meteor"

From Wiki2
Line 18: Line 18:
====running on another machine====
====running on another machine====
ROOT_URL=http://10.0.1.101:3000 meteor
ROOT_URL=http://10.0.1.101:3000 meteor
====perhaps another Meteor is running?====
sudo ps -x | grep meteor
sudo kill -s KILL 29484


=====epoll example=====
=====epoll example=====

Revision as of 15:39, 19 January 2014

http://meteor.com

https://www.openshift.com/blogs/day-15-meteor-building-a-web-app-from-scratch-in-meteor Great! parleyV12/var/www/fworks/meteor/epool

http://yauh.de/articles/376/best-learning-resources-for-meteorjs

https://github.com/DiscoverMeteor/Microscope

https://hackpad.com/Top-Resources-for-learning-MeteorJS-Nrpnr6CHiGs

http://andrewscala.com/meteor/

https://atmosphere.meteor.com/ packages by community wtf

Running the app

With the smart package installed and smart.json in place you can now run your app using Meteorite to start using the newly installed package.
mrt -p 3333

running on another machine

ROOT_URL=http://10.0.1.101:3000 meteor

perhaps another Meteor is running?

sudo ps -x | grep meteor
sudo kill -s KILL 29484
epoll example