@adp-psych/container-tools

Tools for using containers for psychology experiments.

Usage no npm install needed!

<script type="module">
  import adpPsychContainerTools from 'https://cdn.skypack.dev/@adp-psych/container-tools';
</script>

README

@adp-psych/container-tools

Tools for using containers for psychology experiments.

Usage

Installation

Install the package from npm (requires Node.js):

npm install --save-dev @adp-psych/container-tools

Dependencies

These tools depend on the following software:

The above software must be installed and available via the system path for these tools to work.

Accounts

These tools require you to have a DigitalOcean account to host your experiments and a container registry account to host your containers (e.g., Quay.io).

DigitalOcean

Sign up for a DigitalOcean account and create a personal access token. I recommend creating a separate personal access token for each computer that will have access to your DigitalOcean account, and naming each token after the computer that will use it.

Configure doctl to access your account (replace $TOKEN with your token):

doctl auth init -t "$TOKEN"

Then create another personal access token named ExternalDNS for ExternalDNS to use.

Quay.io

Create a Quay.io account.

Configure podman to access your account:

podman login quay.io

Execution

Show the usage information for each command:

npx build-container --help
npx build-helm-chart --help
npx build-kubernetes-configuration --help
npx create-digitalocean-domain --help
npx create-kubernetes-cluster --help
npx install-cert-manager --help
npx install-experiment --help
npx install-external-dns --help
npx install-wave --help

Development

Cleaning

Remove generated files:

npm run clean

Documentation

Generate documentation into the doc directory with JSDoc:

npm run doc

Linting

Lint the project with ESLint and npm-package-json-lint:

npm run lint

Testing

Test the command by running it:

npm run test

Dependencies

Check for new dependencies with npm-check:

npm run npm-check

Release

Publish a release with np:

npm run release

Legal Information

Copyright

Copyright © 2021, 2022 Anthony Di Pietro

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.