An open API service indexing awesome lists of open source software.

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

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
```