Difference between revisions of "ViSUS Data Portal"

From
Jump to: navigation, search
Line 25: Line 25:
 
and point your browser to that same port (8080) on your host, as following:
 
and point your browser to that same port (8080) on your host, as following:
 
URL: http://localhost:8080
 
URL: http://localhost:8080
 
Check if the server is running:
 
<syntaxhighlight lang="bash">
 
curl -v "http://localhost:8080/mod_visus?action=list"
 
</syntaxhighlight>
 
  
 
=== Configure Server ===
 
=== Configure Server ===

Revision as of 20:19, 18 January 2019

The ViSUS Data Portal allows to easily configure your data on the server, convert data to a data-streaming friendly format and visualize them directly from your browser. The ViSUS Data Portal is deployed as a Docker container. Here is how to get started.

Quick start

Start your Docker and login into your account. If you don't have installed follow these instructions: Docker Documentation

Now pull the ViSUS image:

docker pull visus/dataportal

This image contains:

The goal of the data portal is to allow to use all of the above tools from a web interface, so all you have to do is just run the container with

docker run -it --rm -p 8080:80 visus/dataportal

and point your browser to that same port (8080) on your host, as following: URL: http://localhost:8080

Configure Server

Manage Data

Explore Data