Skip to content

Commit

Permalink
Updated closes #569
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt authored and Matt committed Feb 9, 2016
1 parent 1050344 commit 1783bdb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,30 @@ For installation, tutorials, and developer documentation, go to http://slycat.re
# [Slycat-data](https://github.com/sandialabs/slycat-data)
A github repo of sample data that can be used by slycat

# Quick build

* install docker
* build slycat image
```bash
python ~/open-source-docker/docker/open-source-build/build.py slycat-developer-image
````
* load the newly built images into docker
```bash
docker load -i slycat-developer-****-****.image
```
* make the container
```bash
docker run -p 2222:22 -p 80:80 -p 443:443 -p 5984:5984 -d --name slycat-developer sandialabs/slycat-developer
```
* log into slycat @ https:/192.168.99.100 and play around!
* for logging into this quick container the only requirement is username = pasword

****

# Ensemble analysis and Visualization

## Multiple Levels of Abstraction

* Ensemble summaries (correlations or similarities)

![alt tag](https://github.com/sandialabs/slycat/blob/master/Sample-Images/ParameterSpaceExploration/LevelsOfAbstraction.png)
Expand Down

0 comments on commit 1783bdb

Please sign in to comment.