Versions Compared

Key

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

...

Step 2. Download the template project from the NCSA opensource repository

...

The template-converter directory consists of one file (docker-compose.yml), and one sub-directory, example-server , with two files: Dockerfile and ImageMagick_convert.sh.

...

Step 3: Launching the development set up environment

  • Change to the template-converter directory:

$cd template-converter

  • Run the docker-compose.yml:

       $docker-compose up

...

Step 4: Testing the example-server

  • Change to the example-server directory:

     $cd example-server

  • Make sure the permission for ImageMagick_convert.sh is 755.

$cd chmod 755 ImageMagick_convert.sh

...