@ -358,7 +358,7 @@ OpenProject sends (some) mails asynchronously by using background jobs. All such
Now, the crontab file opens in the standard editor. Add the following entry to the file:
Now, the crontab file opens in the standard editor. Add the following entry to the file:
```cron
```cron
*/1 * ** * cd /home/openproject/openproject; /home/openproject/.rvm/gems/ruby-2.1.5/wrappers/rake jobs:workoff
*/1 * ** * cd /home/openproject/openproject-ce; /home/openproject/.rvm/gems/ruby-2.1.5/wrappers/rake jobs:workoff
```
```
This will start the worker job every minute.
This will start the worker job every minute.
@ -369,7 +369,7 @@ OpenProject can (by default) browse Subversion and Git repositories, but it does
We do however support an integration with the Apache webserver to create and serve repositories on the fly, including integration into the fine-grained project authorization system of OpenProject.
We do however support an integration with the Apache webserver to create and serve repositories on the fly, including integration into the fine-grained project authorization system of OpenProject.
OpenProject ships with support for so-called *managed* repositories, which can be created and maintained directly within OpenProeject and are linked to a single project.
OpenProject ships with support for so-called *managed* repositories, which can be created and maintained directly within OpenProject and are linked to a single project.
The complete guide for the integration of Subversion and Git repositories can be found in the [repository integration guide](repository-integration.md).
The complete guide for the integration of Subversion and Git repositories can be found in the [repository integration guide](repository-integration.md).