mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Alexander Minkin
3f6674eff9
* Make INSTALL.txt a markdown file and format it * Add an example instruction for CentOS 8 * Format markdown files with remark-lint * another formatting for codacy, meh
1.2 KiB
1.2 KiB
OpenVK Installation Instructions
- Install Composer, Node.js, Yarn and Chandler
- Install commitcaptcha/chandler-recaptcha and OpenVK as Chandler extensions and enable them like this:
ln -s /path/to/chandler/extensions/available/commitcaptcha /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-event-db.sql to separate database
- Rename openvk-example.yml to openvk.yml and change options
- Run
composer install
in OpenVK directory - Move to Web/static/js and execute
yarn install
- 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):
- Login:
admin@localhost.localdomain6
- Password:
admin
It is recommended to change the password before using the built-in account.
Full example installation instruction for CentOS 8 is also available here.