EXPERIMENTAL: Not yet ready to be released
docker run -v /var/run/docker.sock:/var/run/docker.sock sequeless/sequeless deploy
git clone [email protected]:sequeless/sequeless.git
cd sequeless
npm install
npm run bootstrap
export AUTH0_CLIENT_ID=${AUTH0_CLIENT_ID}
export AUTH0_DOMAIN=${AUTH0_DOMAIN}
npm run watch
open http://127.0.0.1/api/domain/0.0
npm run bootstrap: installs root packages in all sub-packagesnpm run canary: attempt a canary publish of the monoreponpm run manage: launches the wizard to manage the monoreponpm run watch: watches the monorepo for changes to initiate a re-deploynpm run build: builds all the Docker images - i.e. sequeless/sequeless and other servicesnpm run ship: pushes all the Docker images into Docker Hubnpm run deploy: deploys the Docker services on the local Docker swarmnpm run usage: prints out the usage if the Docker container was ran without a command
Content type
Image
Digest
Size
262.8 MB
Last updated
about 8 years ago
docker pull sequeless/migrator