Note: stackalytics currently includes modified default data, use original for full data
docker build -t stacklaytics .- Generate an ssh-key:
ssh-keygen -N "" -f data/id_rsa - Upload
data/id_rsa.pubto gerrit - Copy
data/stackalytics.conf.exampletodata/stackalytics.conf - Update your configuration, especially
usernameinstacklaytics.conf
docker run --env STACKALYTICS_MEMCACHED_MEMORY=1024 -p <published_port>:8080 -i -t --rm [--net <network>] --name stackalytics -v <path_to_repo>/stackalytics-docker/data/:/data stackalyticsWhere:
<published_port>is the port you'd like to access stackalytics dashboard--net <network>optional, network for the container<path_to_repo>path to this repo- Connect to container with your
<published_port>