Readme: Fix command argument

This commit is contained in:
veselcraft 2021-12-28 17:50:16 +03:00
parent d069aab0dd
commit 77e2667f89
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -42,7 +42,7 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions
6. Copy `openvk-example.yml` to `openvk.yml` and change options
7. Run `composer install` in OpenVK directory
8. Move to `Web/static/js` and execute `yarn install`
9. Generate the private and public OpenSSL keys by running `openssl genrsa -out data/private.pem 2048` and `openssl rsa -in private.pem -outform PEM -pubout -out data/public.pem` in OpenVK directory
9. Generate the private and public OpenSSL keys by running `openssl genrsa -out data/private.pem 2048` and `openssl rsa -in data/private.pem -outform PEM -pubout -out data/public.pem` in OpenVK directory
10. Set `openvk` as your root app in `chandler.yml`
Once you are done, you can login as a system administrator on the network itself (no registration required):