An open API service indexing awesome lists of open source software.

https://github.com/ooni/countly-push-to-country

Countly push plugin customized to make it easier to select users by country to send notifications.
https://github.com/ooni/countly-push-to-country

Last synced: about 2 months ago
JSON representation

Countly push plugin customized to make it easier to select users by country to send notifications.

Awesome Lists containing this project

README

          

# Countly push-to-country plugin

This is a fork of the official `push` plugin. It adds the ability to select audience based on the country code.

### Deploying new changes
* Ensure changes are merged to `master` branch
* Login to the instance via ssh
* change to the plugin directory
```
cd /usr/local/countly/plugins/push
```
* Pull changes from this repository
```
git pull origin master
```
* Run the `upgrade` command that compiles and minifies the JS and restarts the server.
```
sudo countly upgrade
```
* Login to Countly web interface to verify that changes were deployed