Skip to content

Deployment

Den1al edited this page Jul 27, 2019 · 6 revisions

JSShell offers a couple of deployments methods:

  • Docker Generic badge
  • Regular

Docker Deployment

We need to make sure docker and docker-compose are installed successfully on your system. Personally, whenever I setup a new server (either local or cloud based) I use my own bootstrap snippets to automate the process. Feel free to use my docker bootstrap script - https://gist.github.com/Den1al/bcff8f968be3ed077d83fad59e06ac44. Once the script has finished, we have docker and docker-compose up and running.

Regular Deployment

...

Clone this wiki locally