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.
- Host: GitHub
- URL: https://github.com/ooni/countly-push-to-country
- Owner: ooni
- Created: 2020-05-26T07:37:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:47:27.000Z (over 3 years ago)
- Last Synced: 2025-12-08T11:51:08.718Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.4 MB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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