1 gmclerk Posted June 18, 2016 Author 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
0 Checkmate Posted June 18, 2016 Posted June 18, 2016 Anyone know install roBrowser? Maybe this website should help you about roBrowser Link1 Quote
0 gmclerk Posted June 18, 2016 Author Posted June 18, 2016 No explanation enough for installation Quote
0 Emistry Posted June 18, 2016 Posted June 18, 2016 No explanation enough for installation Installation guide are provided here http://www.robrowser.com/getting-started Quote
0 Tushin Posted June 1, 2019 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
Question
gmclerk
Anyone know install roBrowser?
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.