opensourceBIM / BIMserver

The open source BIMserver platform
GNU Affero General Public License v3.0
1.56k stars 610 forks source link

detailed steps of using BIMserver and BIMsurfer? #634

Closed cnyzgkn closed 7 years ago

cnyzgkn commented 7 years ago

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: 01

Then I configured it so when I access http://localhost:8082/ I got this page:

01

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

garywangcn commented 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:

image

And then click bimviews highlighted in above image.

cnyzgkn commented 7 years ago

@garywangcn Thanks a lot for your help. I have access to internet. Why it shows "No internet connection"?

rubendel commented 7 years ago

Do you use a proxy server to access the internet? That usually happens in corporate networks.

cnyzgkn commented 7 years ago

@garywangcn no I didn't use any proxy server.

  1. 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?

  2. I switched to download plugin .jar files and install them offline as below:

image

Then try to setup them offline and succeed: image

But after refesh I found there is NO bimViews installed at all: image

So what is the problem?

cnyzgkn commented 7 years ago

@garywangcn I got the reason. It's because I downloaded the wrong version. Thank you~

cnyzgkn commented 7 years ago

@garywangcn I am able to open bimviews: http://localhost:8082/apps/bimviews/ image

but open bimsurfer http://localhost:8082/apps/bimsurfer/ fails: image

Why?

How can I connect bimsurfer to bimserver and open a ifc file?

Or shall I edit BIMsurfer\docs\example_BIMServer.html?

garywangcn commented 7 years ago

@cnyzgkn I'm also encountering the problem about bimsurfer, don't get the root cause yet.

rubendel commented 7 years ago

Is it installed, are there any errors in the server log?

gnarale commented 6 years ago

@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?

mohanasaraf commented 6 years ago

Hey @gnarale and @cnyzgkn any update on this. Were you able to get bimsurfer running ?

RyanHow commented 6 years ago

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.

rubendel commented 6 years ago

@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.

liangdwuoi commented 6 years ago

@rubendel I think people just watched this video to use bimsurfer. https://www.youtube.com/watch?v=ndXakWs63dY

rubendel commented 6 years ago

Wow that's a 6 year old video

liangdwuoi commented 6 years ago

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?

GravTrainee commented 5 years ago

This would be nice to know, how do I start developing UI for bimsurfer?

Mit-hf commented 4 years ago

微信图片_20200925144854

Mit-hf commented 4 years ago

What is the reason for the unsuccessful installation? I am downloading the corresponding version of the offline plug-in, looking forward to your reply!

hlg commented 4 years ago

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.

Mit-hf commented 4 years ago

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.