forked from skomputer/whereat
-
Notifications
You must be signed in to change notification settings - Fork 0
meteor
Austin Guest edited this page Mar 11, 2015
·
9 revisions
## Guides
* [Meteor Tutorial](https://www.meteor.com/install)
* [Meteor Getting Started Wiki](https://github.com/meteor/meteor/wiki/Meteor-Cordova-Phonegap-integration)
* [Submitting to PlayStore](https://github.com/meteor/meteor/wiki/How-to-submit-your-Android-app-to-Play-Store)
* [Example App](https://github.com/meteor/mobile-packages/tree/master/examples/solomo)
* [Phonegap APIs](http://docs.phonegap.com/en/edge/cordova_plugins_pluginapis.md.html#Plugin%20APIs)
## Config / Run
* Clone repo
* [Add platforms](https://github.com/meteor/meteor/wiki/Meteor-Cordova-Phonegap-integration#addingremoving-platforms)
* Deploy locally with `meteor run` from project root
* deploy with `meteor deploy hackstagram.meteor.com`
* build with `meteor build ../hackstagram_compiled --server=hackstagram.meteor.com`
* extract apk with `cd ` then `tar -zxvf hackstagram.tar.gz`
* sign it [using these instructions]
* keytool -genkey -alias hackstagram -keyalg RSA -keysize 2048 -validity 10000
* password: wifi (but subued, you know: bangless)
* load it to your phone [using these instructions](http://www.ubergizmo.com/how-to/how-to-install-apk-files-sideloading-on-android/)
* might require installing [Android File Transfer for Mac](https://www.android.com/filetransfer/#tips)