parent
8b53a7d1a2
commit
8023a8f558
@ -1,6 +1,6 @@ |
||||
# Packaged installation Backup Guide |
||||
|
||||
The detailed backup instructions for our packages are located on the [official website](https://www.openproject.org/open-source/upgrade-backup/). |
||||
The detailed backup instructions for our packages [can be found here](./packaged/README.md). |
||||
|
||||
|
||||
# Manual installation |
@ -0,0 +1,2 @@ |
||||
- [Configuration](./configuration.md) |
||||
- [Incoming Mails](./incoming-mails.md) |
@ -1,3 +0,0 @@ |
||||
# Alternative Installation Methods |
||||
|
||||
If you cannot use our packaged installation, you can see our [community contributed user guides](https://github.com/opf/openproject/tree/dev/guides/installing) for alternative installation methods. |
@ -1,38 +0,0 @@ |
||||
# OpenProject Community Guides |
||||
|
||||
|
||||
## Installation |
||||
|
||||
Get started with installing and upgrading OpenProject using [our Installation Guide starting point](https://www.openproject.org/open-source/download/). |
||||
|
||||
The guides for manual and Docker-based installations [are located here](./installing/README.md). |
||||
|
||||
## Upgrading |
||||
|
||||
The detailed upgrade instructions for our packaged installer are located on the [official website](https://www.openproject.org/download/upgrade-guides/). |
||||
|
||||
The guides for manual and Docker-based installations [are located here](./upgrading/README.md). |
||||
|
||||
## Operation |
||||
|
||||
* [Backup guide](./backup/README.md) |
||||
* [Alter configuration of OpenProject](./configuration/README.md) |
||||
* [Manual repository integration for Git and Subversion](./repositories/README.md) |
||||
* [Configure incoming mails](./incoming-mails/README.md) |
||||
* [Install custom plugins](./plugins/README.md) |
||||
|
||||
|
||||
## User Guides |
||||
|
||||
Please see our [User Guide pages](https://www.openproject.org/help/user-guides/) for detailed documentation on the functionality of OpenProject. |
||||
|
||||
|
||||
## Development |
||||
|
||||
* [Quick Start for developers](./development/quick-start.md) |
||||
* [Full development environment for developers](./development/setting-up-development-environment.md) |
||||
* [Developing plugins](./development/create-openproject-plugin.md) |
||||
* [Developing OmniAuth Plugins](./development/create-omniauth-plugin.md) |
||||
* [Running tests](./development/running-tests.md) |
||||
* [Code review guidelines](./development/code-review-guidelines.md) |
||||
* [API documentation](./api/README.md) |
Loading…
Reference in new issue