README: Some changes & new note

This commit is contained in:
Ilya Prokopenko 2021-09-20 23:11:26 +07:00 committed by GitHub
parent 517ce5ccb1
commit fcdc61fe9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,11 +35,13 @@ PHP 8 has *not* yet been tested, so you should not expect it to work.
@ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions/enabled/@ @ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions/enabled/@
# Import @install/init-static-db.sql@ to *same database* you installed Chandler to # Import @install/init-static-db.sql@ to *same database* you installed Chandler to
# Import @install/init-event-db.sql@ to *separate database* # Import @install/init-event-db.sql@ to *separate database*
# Copy openvk-example.yml to openvk.yml and change options # Copy @openvk-example.yml@ to @openvk.yml@ and change options
# Run @composer install@ in OpenVK directory # Run @composer install@ in OpenVK directory
# Move to @Web/static/js@ and execute @yarn install@ # Move to @Web/static/js@ and execute @yarn install@
# Set @openvk@ as your root app in @chandler.yml@ # Set @openvk@ as your root app in @chandler.yml@
*Note*: If OVK submodules were not downloaded beforehand (i.e. @--recursive@ was not used during cloning), this command *must be* executed in the @openvk@ folder: @git submodule update --init@
Once you are done, you can login as a system administrator on the network itself (no registration required): Once you are done, you can login as a system administrator on the network itself (no registration required):
* *Login*: admin@localhost.localdomain6 * *Login*: admin@localhost.localdomain6
* *Password*: admin * *Password*: admin