You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Help and documentation for OpenProject Community, Enterprise Edition and Cloud Edition.
6
+
robots: index, follow
7
+
keywords: help, documentation
8
+
---
9
+
# OpenProject Documentation
10
+
11
+
<divclass="alert alert-info"role="alert">
12
+
**Note**: To better read our OpenProject Documentation, please go to [docs.openproject.org](https://docs.openproject.org).
13
+
</div>
14
+
15
+
ToDo: check all links.
16
+
17
+
## Installation
18
+
19
+
Get started with installing and upgrading OpenProject using [our Installation Guide starting point](https://docs.openproject.org/installation-and-operations/).
20
+
21
+
The guides for [manual](./installation/manual/README.md), [packaged](./installation/packaged/) and [Docker-based](./installation/docker/README.md) installations are provided.
22
+
23
+
## Upgrading
24
+
25
+
The detailed upgrade instructions for our packaged installer are located on the [official website](https://www.openproject.org/download/upgrade-guides/).
26
+
27
+
The guides for [manual](./operations/upgrading/manual/upgrading.md), [packaged](./operations/upgrading/packaged/upgrading.md) and [Docker-based](./operations/upgrading/docker/upgrading.md) upgrading are provided.
28
+
29
+
## Operation
30
+
31
+
* Backup guides for [manual](./operations/backup/manual/backup.md), [packaged](./operations/backup/packaged/backup.md) and [Docker-based](./operations/backup/docker/backup.md) installations
32
+
*[Alter configuration of OpenProject](./configuration/configuration.md)
33
+
*[Manual repository integration for Git and Subversion](./repositories/README.md)
Please see our [User Guide pages](https://docs.openproject.org/user-guide/) for detailed documentation on the functionality of OpenProject.
41
+
42
+
43
+
## Development
44
+
45
+
*[Quick Start for developers](./development/quick-start.md)
46
+
*[Full development environment for developers on Ubuntu](./development/development-environment-ubuntu.md) and [Mac OS X](./development/development-environment-osx.md)
The documentation for APIv3 is written in the [API Blueprint Format](http://apiblueprint.org/) and its sources are being built from the entry point `apiv3-documentation.apib`.
57
+
58
+
You can use [aglio](https://github.com/danielgtaylor/aglio) to generate HTML documentation, e.g. using the following command:
59
+
60
+
```bash
61
+
aglio -i apiv3-documentation.apib -o api.html
62
+
```
63
+
64
+
The output of the API documentation at `dev` branch is continuously built and pushed to Github Pages at [opf.github.io/apiv3-doc/](opf.github.io/apiv3-doc/).
Copy file name to clipboardExpand all lines: help/enterprise-edition-guide/installation-support/README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ keywords: installation support
8
8
---
9
9
# Installation support for the Enterprise Edition
10
10
11
+
We deliver the confidence of a tested, supported and certified enterprise-class business application.
12
+
11
13
If you want to work with the on premise OpenProject Enterprise Edition but do not have a Community version running, you can order **installation support** during the [booking process of your Enterprise Edition](../activate-enterprise-edition).
12
14
13
-
The cost for the installation support of a Community version is 150 €. In the price there is no migration included. If you need migration support, please [contact us](mailto:info@openproject.com) for a detailed quotation.
15
+
The cost for the installation support of a Community version is 150 €. In the price there is no migration included. If you need migration support, please [contact us](mailto:info@openproject.com) for a detailed quotation.
16
+
17
+
18
+
19
+
## Installation checklist
20
+
21
+
Please have a look at our [installation checklist](https://1t1rycb9er64f1pgy2iuseow-wpengine.netdna-ssl.com/wp-content/uploads/2019/06/OpenProject_Installation_Checklist_v1.4.pdf) and send us the completed document prior to the on premise installation.
Also, you can click the green button **+ Project** directly on the system's home screen in the **Project** section.
51
51
@@ -74,3 +74,4 @@ You will see a list with all your projects and its details.
74
74
## Advanced Project Settings
75
75
76
76
In our detailed user guide you can find out how to configure further [advanced project settings](../../user-guide/projects/) for your projects, e.g. description, project hierarchy or setting it to public.
0 commit comments