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:
parent
700807769e
commit
a8e0c7b1df
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.idea
|
@ -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 ####################
|
@ -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:
|
||||||
|
10
setdata.sh
10
setdata.sh
@ -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 ####################
|
||||||
##############################################################
|
##############################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user