Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Addressed the latest PM's review requests.

...

Excerpt

You can install WebSpellChecker Server using a Docker image available at Docker Hub. It is a standard image for installing WebSpellChecker via HTTP connection. 

Tip

You may benefit from using a Docker image when evaluating WebSpellChecker whereas for production purposes or a real setup you need to create a custom image using a Dockerfile. 

To create and use a custom Docker image, navigate to wproofreader-docker repo and familiarize with detailed instructions and further steps descriptions. 

This repository contains the following items:

  • Files directory where: 
    • configureFiles.pl – a a script which customizes the samples providing the correct path for these samples and sets up a shared directory for working with custom and user dictionaries;
    • config.ini –  – a configuration file containing automated silent installinstallation. For details, refer to the Automated Installing WebSpellChecker on Linux guide;
    • startService.sh – a Docker image start script– a script that starts all services required to launch WebSpellChecker when running the container;
  • Dockerfile –  a file describing all the sequence of  commands required to create a Docker image with WebSpellChecker Server;
  • README.md – a file  a – a file containing instructions on how to create and use a custom Docker image, its settings, as well as instructions on launching the container from this Docker image and description of further steps.

Further Steps

After a Docker container with WProofreader is up and running, integrate it into your web application following the instructions of the following sections: