semoss/docker

Sponsored OSS

By semoss

Updated about 12 hours ago

The official image for the SEMOSS analytics application

Image
Developer Tools

100K+

To run for local usage using basic username/password for authentication:

$ docker run -it -p 80:8080 -e SETSOCIAL=true -e ENABLE_NATIVE=true -e ENABLE_NATIVE_REGISTRATION=true --name semoss semoss/docker /bin/bash -c "runCS.sh"

and then navigate to http://localhost/SemossWeb

Reference the full list of environment variables at https://github.com/SEMOSS/semoss-artifacts/blob/master/artifacts/scripts/runCS.sh

Images with the latest code are pushed daily.

Visit https://semoss.org for more information on the SEMOSS platform.

Docker Pull Command

docker pull semoss/docker