Jump to content
  • 1

Anyone know install roBrowser?


gmclerk

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  03/08/15
  • Last Seen:  

Anyone know install roBrowser?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  03/08/15
  • Last Seen:  

I cant understand some of the installation instructions like : 

 

  1. Install the remote client and set the parameter remoteClient to your server.
  2. Install the websocket proxy and set the parameter socketProxy to your proxy server URL.
  3. Configure roBrowser - documentation and some examples.

can you help me ?

 

Page : https://github.com/vthibault/roBrowser/blob/master/README.md#quickstart

Edited by gmclerk
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

Anyone know install roBrowser?

 

Maybe this website should help you about roBrowser

Link1

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  03/08/15
  • Last Seen:  

No explanation enough for installation

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

No explanation enough for installation

Installation guide are provided here 

http://www.robrowser.com/getting-started

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  12/22/12
  • Last Seen:  

Nice guides thx all

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  12/25/13
  • Last Seen:  

Hi gmclerk,

for install Robrowser, you need follow steps:

1. Install a web server for executing scripts for roBrowser, I recommend you use php (or python).

2. Open your terminal (or prompt, in Windows) change directory for roBrowser project, using cd command, for example:
cd ./Desktop/roBrowser

3. Executing your local server with a port in your terminal, like:

php -S localhost:8500

or

python3 -m http.server 8500

4. Open your browser, that site recommends Chrome, but I'm using Firefox without problems. I guess the most important is to use a updated browser.
Put in your URL, your localhost with port more addressing and to follow tutorial. For examples:

(In your url, put)

localhost:8500/tools/build/converter

In this web page you can build some ".JS" useful files, put them in root of project. You will need obtain 6 files for using all examples in project, but you must obtain thread.JS for using anything in project. You can obtain: "MapViewer.js", "ModelViewer.js", "Online.js", "StrViewer.js", "ThreadEventHandler.js" and "GrfViewer.js".

5. You can test some examples using, in your browser:

localhost:8500/examples/<file name in project>

for example:

localhost:8500/examples/api-mapviewer-frame.html

 

Sorry, for my english.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...