ParaViewWeb SuperBuild: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "ParaViewWeb ---- == Requirements == You will need CMake 2.8.6+ and File:ParaViewWebSuperBuild.txt. BUILD_FLASH_RENDERER ON CMAKE_BUILD_TYPE ...")
 
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Requirements ==
== Requirements ==


You will need CMake 2.8.6+ and [[File:ParaViewWebSuperBuild.txt]].
You will need CMake 2.8.6+ and git.
 


mkdir ParaViewWeb
cd ParaViewWeb
git clone http://paraview.org/ParaViewWeb.git src
mkdir build install
cd build
ccmake ../src/SuperBuild


   BUILD_FLASH_RENDERER            ON
   BUILD_FLASH_RENDERER            ON
   CMAKE_BUILD_TYPE                Debug
   CMAKE_BUILD_TYPE                Debug
   CMAKE_INSTALL_PREFIX            /.../ParaViewWeb
   CMAKE_INSTALL_PREFIX            /.../ParaViewWeb/install
   USE_OSMESA                      OFF
   USE_OSMESA                      OFF
   VIZ_NODE                        ON
   VIZ_NODE                        ON
   WEB_SAMPLES                      ON
   WEB_SAMPLES                      ON
   WEB_SERVICE                      ON
   WEB_SERVICE                      ON
make
make install
== Deployment ==
You will need activemq and tomcat.
Activemq can be started as is and tomcat will need few setup to deploy the generated applications.
The generated war files should be copied to TOMCAT/webapps.
To configure tomcat for ParaViewWeb follow [[ParaViewWeb_Server_setting]].

Latest revision as of 12:27, 18 July 2012

ParaViewWeb


Requirements

You will need CMake 2.8.6+ and git.

mkdir ParaViewWeb
cd ParaViewWeb 
git clone http://paraview.org/ParaViewWeb.git src 
mkdir build install
cd build
ccmake ../src/SuperBuild
 BUILD_FLASH_RENDERER             ON
 CMAKE_BUILD_TYPE                 Debug
 CMAKE_INSTALL_PREFIX             /.../ParaViewWeb/install
 USE_OSMESA                       OFF
 VIZ_NODE                         ON
 WEB_SAMPLES                      ON
 WEB_SERVICE                      ON
make
make install

Deployment

You will need activemq and tomcat. Activemq can be started as is and tomcat will need few setup to deploy the generated applications. The generated war files should be copied to TOMCAT/webapps. To configure tomcat for ParaViewWeb follow ParaViewWeb_Server_setting.