- Clone this repo
- Modify
- Deploy
- Profit :)
On OSX brew install graphicsmagick
Place settings.json in app directory
{
"aws": {
"accessKeyId": "AWSAccessKeyID",
"secretAccessKey": "AWSAccessKeySecret",
"bucket": "your-awesome-bucket-name"
},
"uploader": {
"directory": "/path/to/uploads/on/filesystem"
},
"public": {
"backgroundImageOptions": {
"FlickrAPIKey": "YourFlickrAPIKey",
"tags": "Amazing Sunset",
"interval": 60000
}
},
"mandrill": {
"username": "mandrill@user.name",
"key": "MandrillAPIKey"
}
}
meteor run ios-device --mobile-server 192.168.42.11:3000 --settings settings.json
Push.send({from: 'push',title: 'Hello World',text: 'This notification has been sent from the SERVER',badge: 11,sound: "default",payload: {title: 'Hello World',historyId: 99},query: {}});