Updated Major Release: ReCodEx 2.0 (markdown)

master
Martin Kruliš 3 years ago
parent 566639034c
commit 3adb7c4584

@ -7,7 +7,7 @@
/opt/recodex-core/bin/console migrations:migrate
```
- Core module has now service that handles async operations. On Linux, you might want to add `async` > `inotify` option (and set it to `true`) in core module configuration. See [config.local.neon.example](https://github.com/ReCodEx/api/blob/master/app/config/config.local.neon.example) for details. The service just needs to be started (no special configuration is necessary):
- Core module has now service that handles async operations. On Linux, you might want to add `async` > `inotify` option (and set it to `true`) in core module configuration (otherwise the worker uses only polling, which has higher latency). See [config.local.neon.example](https://github.com/ReCodEx/api/blob/master/app/config/config.local.neon.example) for details. The service just needs to be started (works even if you make no changes to configuration):
```
$> systemctl enable recodex-core.service
$> systemctl start recodex-core.service

Loading…
Cancel
Save