semoss/docker
The official image for the SEMOSS analytics application
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 semoss/docker