-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove manual redirect pages (will be handled by site builder); sort …
…dev setup docs; remove repeated content
- Loading branch information
Showing
16 changed files
with
59 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
sidebar_navigation: | ||
title: Development setup | ||
description: OpenProject development setup | ||
keywords: development setup | ||
--- | ||
|
||
# OpenProject development setup | ||
|
||
| OS/Method | Description | | ||
|------------------------------------|-----------------------------------------------------------------------------------| | ||
| [Ubuntu / Debian](linux) | Develop setup on Linux | | ||
| [via docker](docker) | The quickest way to get started developing OpenProject is to use the docker setup | | ||
| [via docker (MacOS)](docker-macos) | MacOS specific docker topics | | ||
| [MacOS](macos) | Develop setup on MacOS | | ||
|
||
|
||
### Start Coding | ||
|
||
Please have a look at [our development guidelines](../code-review-guidelines/) for tips and guides on how to start | ||
coding. We have advice on how to get your changes back into the OpenProject core as smooth as possible. | ||
Also, take a look at the `doc` directory in our sources, especially | ||
the [how to run tests](../running-tests) documentation (we like to have automated tests for every new developed feature). | ||
|
||
### Troubleshooting | ||
|
||
The OpenProject logfile can be found in `log/development.log`. | ||
|
||
If an error occurs, it should be logged there (as well as in the output to STDOUT/STDERR of the rails server process). | ||
|
||
### Questions, Comments, and Feedback | ||
|
||
If you have any further questions, comments, feedback, or an idea to enhance this guide, please tell us at the | ||
appropriate [forum](https://community.openproject.org/projects/openproject/boards/9). |
3 changes: 2 additions & 1 deletion
3
...opment-environment-docker-macos/README.md → ...opment-environment/docker-macos/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters