-
-
Notifications
You must be signed in to change notification settings - Fork 191
Installation 3.x
Dongsheng Cai edited this page Feb 11, 2020
·
2 revisions
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
sudo apt-get install python3-pip build-essential git
pip3 install pipenv --user
cd ~
git clone -b master git://github.com/airnotifier/airnotifier.git airnotifier
cd airnotifier
pipenv install --deploy
Copy config.py-sample
to config.py
, and change the settings accordingly.
(change pemdir to /var/airnotifier/pemdir)
Run the command below to set up the initial admin user:
pipenv run ./install.py
sudo pipenv run ./app.py
- In your browser: http://your_server_ip_address:8801 - Login as
admin@airnotifier
/admin
- Create a new an application
Please follow the steps in this page: https://developer.clevertap.com/docs/how-to-create-an-ios-apns-auth-key
AirNotifier needs following values:
- team id
- your app's bundle id
- key id
- .p8 file's content
- Create an firebase app from here: https://console.firebase.google.com/
- Find the "Project ID" in project settings page:
https://console.firebase.google.com/project/<PROJECT-ID>/settings/general/
- Get the json key file from "Project settings" => "Service accounts", then generate the private key, download the json file, and copy paste content to airnotifier FCM settings.