https://github.com/dadi/cloud
The supporting site for the DADI network
https://github.com/dadi/cloud
Last synced: about 1 year ago
JSON representation
The supporting site for the DADI network
- Host: GitHub
- URL: https://github.com/dadi/cloud
- Owner: dadi
- Created: 2018-02-15T13:13:54.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2020-02-08T02:56:59.000Z (over 6 years ago)
- Last Synced: 2025-02-05T21:53:43.518Z (over 1 year ago)
- Language: CSS
- Homepage: https://dadi.cloud
- Size: 60.1 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

As a demonstration of **DADI** web services, we made our website open source.
## Installation
### API
```
cd ./api && npm install
```
### Web
```
cd ./web && npm install
```
### Scripts
```
cd ./scripts && npm install
```
**/etc/cron.d/update-token-data**
Run at 0 minutes past every hour
```
0 */1 * * * ubuntu /dadi/cloud/scripts/qa/update_token_data.sh 2>&1 | logger -t dadi-cloud
```
```
sudo chmod 644 /etc/cron.d/update-token-data
sudo chown root:root /etc/cron.d/update-token-data
```