https://github.com/0chain/zcnwebappscripts
https://github.com/0chain/zcnwebappscripts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0chain/zcnwebappscripts
- Owner: 0chain
- License: other
- Created: 2023-04-24T19:24:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-01T07:09:33.000Z (6 months ago)
- Last Synced: 2026-01-05T20:43:48.793Z (5 months ago)
- Language: Shell
- Size: 136 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/*
```