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.

The scripts directory contains a special file called start_docker_shell.sh which bootstraps the entire process of creating the web server and database components effortlessly (if not deployed already). When those components are successfully deployed, the shell component will be loaded, and the splash screen will be shown to you.

Regular Deployment

...

Clone this wiki locally