Difference between revisions of "ViSUS Data Portal"

From
Jump to: navigation, search
(Created page with "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...")
 
Line 6: Line 6:
 
Start your Docker and login into your account.  
 
Start your Docker and login into your account.  
 
If you don't have installed follow these instructions: [https://docs.docker.com Docker Documentation]
 
If you don't have installed follow these instructions: [https://docs.docker.com Docker Documentation]
 
To log in from your terminal:
 
<syntaxhighlight lang="bash">
 
docker login
 
Username: your_username
 
Password: XXXX
 
</syntaxhighlight>
 
  
 
Now pull the ViSUS image:
 
Now pull the ViSUS image:

Revision as of 20:18, 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

Check if the server is running:

curl -v "http://localhost:8080/mod_visus?action=list"

Configure Server

Manage Data

Explore Data