Re: [Paraview] Installing paraviewweb on a raspberry pi

2017-02-14 Thread Faraz Hussain
Unfortunately, I am not having much luck getting Paraview to build. I  
keep trying to configure (c), but the generate (g) option does not  
come. I am wondering if someone would be willing to poke around in my  
system . I can pay some nominal amount for your time. However , since  
this is mainly for education my budget is limited ( ~$100 ).


Quoting Sebastien Jourdain <sebastien.jourd...@kitware.com>:


You need to hit [c](configure) several time before getting the generate.

On Fri, Feb 10, 2017 at 2:33 PM, Scott Wittenburg <
scott.wittenb...@kitware.com> wrote:


Also for paraviewweb, don't forget:

PARAVIEW_ENABLE_PYTHON=ON

Cheers,

Scott

On Fri, Feb 10, 2017 at 2:31 PM, Scott Wittenburg <
scott.wittenb...@kitware.com> wrote:


I would think you'd want to build with:

PARAVIEW_BUILD_QT_GUI=OFF

Hope this helps,

Scott

On Fri, Feb 10, 2017 at 2:25 PM, Faraz Hussain <i...@feacluster.com>
wrote:


Thanks for your help in installing Paraview on a raspberry pi. I
followed the steps in:

http://www.paraview.org/Wiki/ParaView:Build_And_Install

However, when I configure ccmake it says QT is needed. I could not
figure out if I can ignore that. The "generate" command did not come up.

On a side note, it took me a while to find ccmake. I thought it was
installed with cmake, but seems I had to install it separately using "sudo
apt-get install cmake-curses-gui" . Perhaps the instructions should be
updated to reflect this to avoid confusion.


Quoting Sebastien Jourdain <sebastien.jourd...@kitware.com>:

Wow,


I'm not an expert on raspberry pi but it should be possible.
BUT, (and it is a big but) you need some graphics capability for
ParaView
or good CPUs if you don't have a GPU.
Or the rendering will be really slow.

The quicker test you can do, is to build ParaView (without Qt) and try
to
run Visualizer with that ParaView in the command line to see what
performance you are getting. If that's reasonable, then all the network
setup should be "trivial".

ParaView: http://www.paraview.org/Wiki/ParaView:Build_And_Install
Visualizer: https://kitware.github.io/visualizer/

Good luck,

Seb

On Wed, Feb 8, 2017 at 8:15 AM, Faraz Hussain <i...@feacluster.com>
wrote:

I want to be able to manipulate vtk file on my raspberry pi via a web

browser anywhere in the world. I believe I need to install paraviewweb
and
do some reconfiguration of apache and the virtual hosts?
Unfortunately, I
am not a guru of Linux. So before I attempt it all, is it even
possible to
do this on a raspberry pi? I am using raspian .

___
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensou
rce/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview





___
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview










___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Installing paraviewweb on a raspberry pi

2017-02-10 Thread Faraz Hussain
Thanks for your help in installing Paraview on a raspberry pi. I  
followed the steps in:


http://www.paraview.org/Wiki/ParaView:Build_And_Install

However, when I configure ccmake it says QT is needed. I could not  
figure out if I can ignore that. The "generate" command did not come up.


On a side note, it took me a while to find ccmake. I thought it was  
installed with cmake, but seems I had to install it separately using  
"sudo apt-get install cmake-curses-gui" . Perhaps the instructions  
should be updated to reflect this to avoid confusion.


Quoting Sebastien Jourdain <sebastien.jourd...@kitware.com>:


Wow,

I'm not an expert on raspberry pi but it should be possible.
BUT, (and it is a big but) you need some graphics capability for ParaView
or good CPUs if you don't have a GPU.
Or the rendering will be really slow.

The quicker test you can do, is to build ParaView (without Qt) and try to
run Visualizer with that ParaView in the command line to see what
performance you are getting. If that's reasonable, then all the network
setup should be "trivial".

ParaView: http://www.paraview.org/Wiki/ParaView:Build_And_Install
Visualizer: https://kitware.github.io/visualizer/

Good luck,

Seb

On Wed, Feb 8, 2017 at 8:15 AM, Faraz Hussain <i...@feacluster.com> wrote:


I want to be able to manipulate vtk file on my raspberry pi via a web
browser anywhere in the world. I believe I need to install paraviewweb and
do some reconfiguration of apache and the virtual hosts? Unfortunately, I
am not a guru of Linux. So before I attempt it all, is it even possible to
do this on a raspberry pi? I am using raspian .

___
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensou
rce/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview





___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] Installing paraviewweb on a raspberry pi

2017-02-08 Thread Faraz Hussain
I want to be able to manipulate vtk file on my raspberry pi via a web  
browser anywhere in the world. I believe I need to install paraviewweb  
and do some reconfiguration of apache and the virtual hosts?  
Unfortunately, I am not a guru of Linux. So before I attempt it all,  
is it even possible to do this on a raspberry pi? I am using raspian .


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview