mirror of
https://github.com/namibia/demo-sync.git
synced 2024-11-13 15:36:26 +00:00
updated the links and values to point to the new repo, and website for this project.
This commit is contained in:
parent
700807769e
commit
a8e0c7b1df
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.idea
|
@ -11,10 +11,10 @@
|
||||
#/-----------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
############################ GLOBAL ##########################
|
||||
ACTION="gedata"
|
||||
OWNER="Llewellynvdm"
|
||||
NAME="sentinel-client"
|
||||
HOST="https://www.vdm.io"
|
||||
ACTION="setdata"
|
||||
OWNER="sentinel-mx"
|
||||
NAME="client"
|
||||
HOST="https://sentinel.our.mx/"
|
||||
######### DUE TO NOT BEING ABLE TO INCLUDE DYNAMIC ###########
|
||||
|
||||
#################### UPDATE TO YOUR NEEDS ####################
|
@ -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):
|
||||
|
||||
@ -7,7 +7,7 @@ This script will update the VDM system with a station data. To run this script,
|
||||
|
||||
# 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:
|
||||
|
||||
@ -17,7 +17,7 @@ This script performs the following actions:
|
||||
|
||||
# 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:
|
||||
|
10
setdata.sh
10
setdata.sh
@ -11,11 +11,11 @@
|
||||
#/-----------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
############################ GLOBAL ##########################
|
||||
ACTION="sedata"
|
||||
OWNER="Llewellynvdm"
|
||||
NAME="sentinel-client"
|
||||
HOST="www.vdm.io"
|
||||
######### DUE TO NOT BEING ABLE TO INCLUDE DYNAMIC ###########
|
||||
ACTION="setdata"
|
||||
OWNER="sentinel-mx"
|
||||
NAME="client"
|
||||
HOST="https://sentinel.our.mx/"
|
||||
######### DUE TONOT BEING ABLE TO INCLUDE DYNAMIC ###########
|
||||
|
||||
#################### UPDATE TO YOUR NEEDS ####################
|
||||
##############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user