Releases: MizarWeb/DataCubeServer
1.0.1-RELEASE
Patch release for DataCubeServer
This release fixes errors when FITs cubes data are in float.
Note: The cubes should be available in two subfolders /public and /private.
To install and launch:
First : unzip the archive and edit the properties files to your liking.
Most importantly edit the to the cubes in workspace
and workspace_cube
in cubeExplorer.properties and the server.port
in the application.properties.
Then run the jar with :
java -jar <path>/cubeExplorer-1.0.0-RELEASE.jar
If you must open big files (>2Go), you should launch the jar file with this command :
java -Xmx5G -jar <path>/cubeExplorer-1.0.0-RELEASE.jar
1.0.0-RELEASE
First Release of DataCubeServer
Note: The cubes should be available in two subfolders /public and /private.
To install and launch:
First : unzip the archive and edit the properties files to your liking.
Most importantly edit the to the cubes in workspace
and workspace_cube
in cubeExplorer.properties and the server.port
in the application.properties.
Then run the jar with :
java -jar <path>/cubeExplorer-1.0.0-RELEASE.jar
If you must open big files (>2Go), you should launch the jar file with this command :
java -Xmx5G -jar <path>/cubeExplorer-1.0.0-RELEASE.jar