Skip to content

guidouil/meteoremote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeteoRemote

A gyroscopic remote control between your PC and your Smartphone made with Meteor 1.4.1.1

Packages 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

About

A gyroscopic remote made with Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages