gmclerk Posted June 18, 2016 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 1 Joined: 03/08/15 Last Seen: February 2, 2019 Share Posted June 18, 2016 Anyone know install roBrowser? Quote Link to comment Share on other sites More sharing options...
1 gmclerk Posted June 18, 2016 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 1 Joined: 03/08/15 Last Seen: February 2, 2019 Author Share Posted June 18, 2016 (edited) I cant understand some of the installation instructions like : Install the remote client and set the parameter remoteClient to your server. Install the websocket proxy and set the parameter socketProxy to your proxy server URL. Configure roBrowser - documentation and some examples. can you help me ? Page : https://github.com/vthibault/roBrowser/blob/master/README.md#quickstart Edited June 18, 2016 by gmclerk Quote Link to comment Share on other sites More sharing options...
0 Checkmate Posted June 18, 2016 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted June 18, 2016 Anyone know install roBrowser? Maybe this website should help you about roBrowser Link1 Quote Link to comment Share on other sites More sharing options...
0 gmclerk Posted June 18, 2016 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 1 Joined: 03/08/15 Last Seen: February 2, 2019 Author Share Posted June 18, 2016 No explanation enough for installation Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted June 18, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted June 18, 2016 No explanation enough for installation Installation guide are provided here http://www.robrowser.com/getting-started Quote Link to comment Share on other sites More sharing options...
0 ro4peace Posted June 23, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 12/22/12 Last Seen: February 2, 2024 Share Posted June 23, 2016 Nice guides thx all Quote Link to comment Share on other sites More sharing options...
0 Tushin Posted June 1, 2019 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 1 Joined: 12/25/13 Last Seen: July 15, 2019 Share Posted June 1, 2019 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. Quote Link to comment Share on other sites More sharing options...
Question
gmclerk
Anyone know install roBrowser?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.