MeteoRemote
A gyroscopic remote control between your PC and your Smartphone made with Meteor 1.4.1.1
meteoremote.mybluemix.net
See the demoPackages in use
Deploy to IBM Bluemix
You need to have your account and app prepared on Bluemix before
First build the meteor server with the right architecture
meteor build ../builds/. --server-only --architecture os.linux.x86_64
Then prepare the app bundle dependencies
cd ../builds
rm -rf bundle
tar xzf meteoremote.tar.gz
cp ../meteoremote/private/bluemix_package.json ./bundle/package.json
cd bundle/programs/server/
npm install
Finally deploy
cd ../../
chmod -R +w+x *
cf push meteoremote