Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

compose yaml file here: docker-compose-smile.yml


To Start

run the prewritten shell script:

sh docker-command-smile.sh

or

export all environment variables and then

docker-compose -f docker-compose-smile.yml up

Then you should be able to access SMILE at http://<your IP address>:8001

...