1
0
mirror of https://github.com/namibia/demo-sync.git synced 2024-11-21 19:15:10 +00:00

updated the links and values to point to the new repo, and website for this project.

This commit is contained in:
Llewellyn van der Merwe 2020-02-25 00:14:41 +02:00
parent 700807769e
commit a8e0c7b1df
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
4 changed files with 13 additions and 12 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

@ -11,10 +11,10 @@
#/-----------------------------------------------------------------------------------------------------------------------------/ #/-----------------------------------------------------------------------------------------------------------------------------/
############################ GLOBAL ########################## ############################ GLOBAL ##########################
ACTION="gedata" ACTION="setdata"
OWNER="Llewellynvdm" OWNER="sentinel-mx"
NAME="sentinel-client" NAME="client"
HOST="https://www.vdm.io" HOST="https://sentinel.our.mx/"
######### DUE TO NOT BEING ABLE TO INCLUDE DYNAMIC ########### ######### DUE TO NOT BEING ABLE TO INCLUDE DYNAMIC ###########
#################### UPDATE TO YOUR NEEDS #################### #################### UPDATE TO YOUR NEEDS ####################

View File

@ -1,4 +1,4 @@
Sential Basic client Sential client
============ ============
This script will update the VDM system with a station data. To run this script, use the following command (as root): This script will update the VDM system with a station data. To run this script, use the following command (as root):
@ -7,7 +7,7 @@ This script will update the VDM system with a station data. To run this script,
# to set Data: # to set Data:
``` ```
bash <(curl -s https://raw.githubusercontent.com/Llewellynvdm/sentinel-client/master/setdata.sh) bash <(curl -s https://raw.githubusercontent.com/sentinel-mx/client/master/setdata.sh)
``` ```
This script performs the following actions: This script performs the following actions:
@ -17,7 +17,7 @@ This script performs the following actions:
# to get Data: # to get Data:
``` ```
bash <(curl -s https://raw.githubusercontent.com/Llewellynvdm/sentinel-client/master/getdata.sh) bash <(curl -s https://raw.githubusercontent.com/sentinel-mx/client/master/getdata.sh)
``` ```
This script performs the following actions: This script performs the following actions:

View File

@ -11,11 +11,11 @@
#/-----------------------------------------------------------------------------------------------------------------------------/ #/-----------------------------------------------------------------------------------------------------------------------------/
############################ GLOBAL ########################## ############################ GLOBAL ##########################
ACTION="sedata" ACTION="setdata"
OWNER="Llewellynvdm" OWNER="sentinel-mx"
NAME="sentinel-client" NAME="client"
HOST="www.vdm.io" HOST="https://sentinel.our.mx/"
######### DUE TO NOT BEING ABLE TO INCLUDE DYNAMIC ########### ######### DUE TONOT BEING ABLE TO INCLUDE DYNAMIC ###########
#################### UPDATE TO YOUR NEEDS #################### #################### UPDATE TO YOUR NEEDS ####################
############################################################## ##############################################################