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

https://github.com/0chain/zcnwebappscripts


https://github.com/0chain/zcnwebappscripts

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# zcnwebappscripts

Scripts that Züs network webapps like Chimeny, Blimp use to provision their servers.

### Chimney:

[chimney.sh](https://github.com/0chain/zcnwebappscripts/blob/main/chimney.sh) is used to provision a server as chimeny blobber.

### Blimp:
[blimp.sh](https://github.com/0chain/zcnwebappscripts/blob/main/blimp.sh) is used to provision a s3 server

the script [migration.sh](https://github.com/0chain/zcnwebappscripts/blob/main/migration.sh) helps in migrating files from AWS S3 to Züs network

# preparing Zip file

```
zip -r artifacts/chimney-dashboard.zip chimney-dashboard
zip -r artifacts/blobber-files.zip blobber-files/*
```