The preferred way to use a local instance of multiSLIDE is using the pre-built Docker image available at Docker Hub.
To launch multiSLIDE on your local computer:
-
Install Docker for Mac/Windows/Linux following the instructions here
-
Pull the multiSLIDE Docker image using the following command in Terminal(Mac) or Command Prompt(Windows) or the Linux Shell
$ docker pull soumitag/multislide:2.0
-
To launch multiSLIDE execute the following command:
docker run -d -p 8080:8080 -v multislide_home:/usr/local/multiSLIDE soumitag/multislide:2.0
multiSLIDE should now be available at https://localhost:8080/multislide. Navigate to this link with your browser and start using multiSLIDE.