Difference between revisions of "OpenProject"

From Wiki.OSArch
m
(Overview on OpenProject BIM)
Line 5: Line 5:
 
| [[File:Icon_OpenProject_64x64.png]]
 
| [[File:Icon_OpenProject_64x64.png]]
 
| [[OpenProject]]
 
| [[OpenProject]]
| OpenProject is the leading open source project management software. Support your project management process along the entire project life cycle: From project initiation to closure. Includes support for [[BIM_Collaboration_Format|BCF]][https://www.openproject.org/openproject-bim-10-5/]
+
| OpenProject is the leading open source project management software. Support your project management process along the entire project life cycle: From project initiation to closure. Includes support for browser based IFC viewing and issue tracking using [[BIM_Collaboration_Format|BCF]][https://www.openproject.org/openproject-bim-10-5/]
 
| GPL-3.0
 
| GPL-3.0
 
|-
 
|-
 
|}
 
|}
 +
 +
==Community edition==
 +
 +
You can host OpenProject yourself on-premises for free. There are [https://www.openproject.org/download-and-installation/ installer packages for Debian, Ubuntu and Centos].
 +
 +
==Cloud edition==
 +
 +
You can also simply checkout the [https://start.openproject.com/go/bim cloud hosted alternative] with a 14 day trial period and play around with it.
 +
 +
==IFC==
 +
 +
The IFC viewer is based on [https://github.com/xeokit/xeokit-bim-viewer Xeokit (AGPL)]. This allows browsing and discussing IFC models for everyone with a browser and Internet connection.
 +
 +
The IFC files get converted to Xeokit's file formats for fast browsing on the web.
 +
 +
==BCF XML 2.1==
 +
 +
OpenProject allows for BCF XML 2.1 import and export.
 +
 +
==BCF API==
 +
 +
Some endpoints for the REST based BCF-API are already available and are used from within the web front end. Implementing missing endpoints are on the near development roadmap.
 +
 +
==Revit Add-in (GPL-3.0)==
 +
 +
The [https://github.com/opf/openproject-revit-add-in OpenProject Revit Add-in] is currently under development. It is a fork of the [https://github.com/teocomi/BCFier BCFier] code. It updates the support for BCF 2.1 and to latest Revit version. However, the goal is to facilitate almost real time collaboration. So the the Add-in loads OpenProject in a small web browser and is able to communicate with Revit underneath. This way users can enjoy all the features of OpenProject while still in the context of Revit. (If you are a Revit Add-in developer and looking for job, let us know)
  
 
=Resources=
 
=Resources=
  
[https://www.openproject.org/blog/#bim Website]
+
* [https://github.com/opf/openproject OpenProject on Github]
 +
* [https://www.openproject.org/blog/#bim Blog]
  
 
[[Category:BIM_Collaboration_Format_(BCF)]]
 
[[Category:BIM_Collaboration_Format_(BCF)]]

Revision as of 08:11, 27 October 2020

This page is unfinished. Feel free to help the project by sharing your knowledge about this subject.


Icon OpenProject 64x64.png OpenProject OpenProject is the leading open source project management software. Support your project management process along the entire project life cycle: From project initiation to closure. Includes support for browser based IFC viewing and issue tracking using BCF[1] GPL-3.0

Community edition

You can host OpenProject yourself on-premises for free. There are installer packages for Debian, Ubuntu and Centos.

Cloud edition

You can also simply checkout the cloud hosted alternative with a 14 day trial period and play around with it.

IFC

The IFC viewer is based on Xeokit (AGPL). This allows browsing and discussing IFC models for everyone with a browser and Internet connection.

The IFC files get converted to Xeokit's file formats for fast browsing on the web.

BCF XML 2.1

OpenProject allows for BCF XML 2.1 import and export.

BCF API

Some endpoints for the REST based BCF-API are already available and are used from within the web front end. Implementing missing endpoints are on the near development roadmap.

Revit Add-in (GPL-3.0)

The OpenProject Revit Add-in is currently under development. It is a fork of the BCFier code. It updates the support for BCF 2.1 and to latest Revit version. However, the goal is to facilitate almost real time collaboration. So the the Add-in loads OpenProject in a small web browser and is able to communicate with Revit underneath. This way users can enjoy all the features of OpenProject while still in the context of Revit. (If you are a Revit Add-in developer and looking for job, let us know)

Resources