OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs
ulferts 3407876415
remove mysql from system requirements
5 years ago
..
api add membership delete to api 5 years ago
configuration Extend documentation with images 6 years ago
development update docs for developement environment 5 years ago
images/openid Add images 6 years ago
installation remove mysql from system requirements 5 years ago
operations Update postgresql-migration.md 5 years ago
plugins Update documentation for 9.0 release 5 years ago
repositories Edit README.md (#7149) 6 years ago
security Add statement on security and add pgp key 6 years ago
user [28615] Change links to wiki text formatting 6 years ago
COPYING.rdoc Rename doc to docs and restructure operations folder 8 years ago
COPYRIGHT.rdoc Bump copyright to 2018 (#6171) 7 years ago
COPYRIGHT_short.rdoc Bump copyright to 2018 (#6171) 7 years ago
README.md Fix other incorrect links 6 years ago

README.md

OpenProject Community Guides

Installation

Get started with installing and upgrading OpenProject using our Installation Guide starting point.

The guides for manual, packaged and Docker-based installations are provided.

Upgrading

The detailed upgrade instructions for our packaged installer are located on the official website.

The guides for manual, packaged and Docker-based upgrading are provided.

Operation

User Guides

Please see our User Guide pages for detailed documentation on the functionality of OpenProject.

Development

APIv3 documentation sources

The documentation for APIv3 is written in the API Blueprint Format and its sources are being built from the entry point apiv3-documentation.apib.

You can use aglio to generate HTML documentation, e.g. using the following command:

aglio -i apiv3-documentation.apib -o api.html

The output of the API documentation at dev branch is continuously built and pushed to Github Pages at opf.github.io/apiv3-doc/.