Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deepsquare-io/postscripts

The DeepSquare GRID necessary postscripts to setup a cluster
https://github.com/deepsquare-io/postscripts

Last synced: about 1 month ago
JSON representation

The DeepSquare GRID necessary postscripts to setup a cluster

Awesome Lists containing this project

README

        

# Postscripts template

## How to use

The main entrypoint is `post.sh`.

Execute `./post.sh $(hostname)` to run the postscripts. `$(hostname)` is passed to create host-specific postscripts.

## How to customize

The whole `post.sh` script is a postscript that executes other postscripts. You can execute any bash script inside of it, or use our `COPY` and `RUN` commands which add logging.

### Copying files from git to node

Add files into the `/files` directory and add `COPY ` instructions in the `SYNCLIST` section.

### Executing postscripts

Add postscripts into the `/postscripts` directory and add `RUN ` instructions in the `EXECUTE` sections.