Closed cnyzgkn closed 7 years ago
Looks like no plugin is installed, please refer to below link to install them: https://github.com/opensourceBIM/BIMserver/wiki/Installing-without-internet-connection
After it completes, you will see below image:
And then click bimviews highlighted in above image.
@garywangcn Thanks a lot for your help. I have access to internet. Why it shows "No internet connection"?
Do you use a proxy server to access the internet? That usually happens in corporate networks.
@garywangcn no I didn't use any proxy server.
I found this page: https://github.com/opensourceBIM/BIMserver/wiki/Outgoing-internet-connection which said I should have access to http://central.maven.org/maven2 to update the plugins, but I can't open http://central.maven.org/maven2. Can you open it?
I switched to download plugin .jar files and install them offline as below:
Then try to setup them offline and succeed:
But after refesh I found there is NO bimViews installed at all:
So what is the problem?
@garywangcn I got the reason. It's because I downloaded the wrong version. Thank you~
@garywangcn I am able to open bimviews: http://localhost:8082/apps/bimviews/
but open bimsurfer http://localhost:8082/apps/bimsurfer/ fails:
Why?
How can I connect bimsurfer to bimserver and open a ifc file?
Or shall I edit BIMsurfer\docs\example_BIMServer.html?
@cnyzgkn I'm also encountering the problem about bimsurfer, don't get the root cause yet.
Is it installed, are there any errors in the server log?
@rubendel I am having same issue. After successfully installing bimserver, I installed all plugins including bimsurfer, bimviews etc. I can see jar files for these plugins under home/plugins. When I open localhost:8082 and click on bimsurfer, I get 404 page. But when I click on bimviews, I am able to open projects, view 3d files etc. What am I missing in terms of loading bimsurfer so that I can view ifc files using bimsurfer?
Hey @gnarale and @cnyzgkn any update on this. Were you able to get bimsurfer running ?
BIMViews is using BIMSurfer under the hood. So for an out of the box experience, use that. To use BIMSurfer directly, you'll need to do a bit of coding. As far as I can tell anyway.
@RyanHow Correct, BIMsurfer is a reusable component, no standalone application. In the future I'll remove it from the web modules page to make this less confusing.
@rubendel I think people just watched this video to use bimsurfer. https://www.youtube.com/watch?v=ndXakWs63dY
Wow that's a 6 year old video
still cool. so how to develop the bimsurfer? I clone the project https://github.com/opensourceBIM/BIMsurfer into Eclipse. But don not know to use it . Any suggestion?
This would be nice to know, how do I start developing UI for bimsurfer?
What is the reason for the unsuccessful installation? I am downloading the corresponding version of the offline plug-in, looking forward to your reply!
This particular plugin has additional dependencies which are resolved via Maven, downloaded and installed from the remote Maven repository. Thus offline installation fo this plugin it is not easily possible at the moment. We should add some information about this to the documentation.
It may be possible to install the dependencies to your local Maven repository in advance and then later use the local repo for offline installation of the BIMserver plugins. I say this with a bit of caution because I am not sure whether the dependency resolution falls back to the local repo in each and every case.
Thank you for your suggestion. Do you have any documents for bimserver? The document explanation on the official website is very one-sided.thank you!
------------------ 原始邮件 ------------------ 发件人: "hlg"<notifications@github.com>; 发送时间: 2020年9月25日(星期五) 晚上6:26 收件人: "opensourceBIM/BIMserver"<BIMserver@noreply.github.com>; 抄送: "568530599"<568530599@qq.com>; "Comment"<comment@noreply.github.com>; 主题: Re: [opensourceBIM/BIMserver] detailed steps of using BIMserver and BIMsurfer? (#634)
This particular plugin has additional dependencies which are resolved via Maven, downloaded and installed from the remote Maven repository. Thus offline installation it is not possible at the moment. We should add some information about this to the documentation.
It may be possible to install the dependencies to your local Maven repository in advance and then later use the local repo for offline installation. I say this with a bit of caution because I am not sure that the dependency resolution falls back to the local repo in all cases.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
I want to use BIMsurfer to connect to BIMserver but have no idea. Could you help me on detailed steps of using BIMserver and BIMsurfer?
Now I downloaded bimserverjar-1.5.88.jar and get BIMserver running in my local machine as below:
Then I configured it so when I access http://localhost:8082/ I got this page:
So what shall I do next?
Does it mean BIMserver run successfully?
I synced BIMSurfer into my local machine, how can I use BIMSurfer to connect to BIMServer? Open BIMsurfer\index.html failed.
Above all, is there a detailed list of download/install/configure/demo of using BIMsufger to connect BIMServer and open/view ifc files?
Thank you