mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Added a new item to the installation procedure
I completely forgot to mention commitcaptcha, which is necessary for the captcha to work during user registration.
This commit is contained in:
parent
7319b0c27f
commit
e05edbbd1f
2 changed files with 14 additions and 8 deletions
15
INSTALL.txt
15
INSTALL.txt
|
@ -1,12 +1,15 @@
|
||||||
OpenVK Install Instructions
|
OpenVK Install Instructions
|
||||||
-----------
|
-----------
|
||||||
1) Install Composer, Node.js, Yarn and Chandler (https://github.com/openvk/chandler)
|
1) Install Composer, Node.js, Yarn and Chandler (https://github.com/openvk/chandler)
|
||||||
2) Import install/init-static-db.sql to same db you installed Chandler to
|
2) Install commitcaptcha (https://github.com/openvk/commitcaptcha) and OpenVK as Chandler extensions and enable them like this:
|
||||||
3) Import install/init-event-db.sql to separate db
|
ln -s /path/to/chandler/extensions/available/commitcaptcha /path/to/chandler/extensions/enabled/
|
||||||
4) Rename openvk-example.yml to openvk.yml and change options
|
ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions/enabled/
|
||||||
5) Run "composer install" in OpenVK directory
|
3) Import install/init-static-db.sql to same database you installed Chandler to
|
||||||
6) Move to Web/static/js and execute "yarn install"
|
4) Import install/init-event-db.sql to separate database
|
||||||
7) Set openvk as your root app in chandler.yml
|
5) Rename openvk-example.yml to openvk.yml and change options
|
||||||
|
6) Run "composer install" in OpenVK directory
|
||||||
|
7) Move to Web/static/js and execute "yarn install"
|
||||||
|
8) 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):
|
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
|
||||||
|
|
|
@ -18,8 +18,11 @@ If you want, you can add your instance to the list above so that people can regi
|
||||||
h3. Installation procedure
|
h3. Installation procedure
|
||||||
|
|
||||||
# Install Composer, Node.js, Yarn and "Chandler":https://github.com/openvk/chandler
|
# Install Composer, Node.js, Yarn and "Chandler":https://github.com/openvk/chandler
|
||||||
# Import install/init-static-db.sql to *same db* you installed Chandler to
|
# Install "commitcaptcha":https://github.com/openvk/commitcaptcha and OpenVK as Chandler extensions and enable them like this:
|
||||||
# Import install/init-event-db.sql to *separate db*
|
@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
|
# Rename 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@
|
||||||
|
|
Loading…
Reference in a new issue