diff --git a/README.md b/README.md index d91f3d4c..bfab5547 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,23 @@ If you want, you can add your instance to the list above so that people can regi ### Installation procedure 1. Install PHP 7.4, web-server, Composer, Node.js, Yarn and [Chandler](https://github.com/openvk/chandler) - * PHP 8 has **not** yet been tested, so you should not expect it to work. + +* PHP 8 has **not** yet been tested, so you should not expect it to work. + 2. Install [commitcaptcha](https://github.com/openvk/commitcaptcha) and OpenVK as Chandler extensions like this: -``` + +```bash git clone https://github.com/openvk/openvk /path/to/chandler/extensions/available/openvk git clone https://github.com/openvk/commitcaptcha /path/to/chandler/extensions/available/commitcaptcha ``` + 3. And enable them: -``` + +```bash 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/ ``` + 4. Import `install/init-static-db.sql` to **same database** you installed Chandler to 5. Import `install/init-event-db.sql` to **separate database** 6. Copy `openvk-example.yml` to `openvk.yml` and change options @@ -50,9 +56,10 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions 9. 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. + * It is recommended to change the password before using the built-in account. Full example installation instruction for CentOS 8 is also available [here](docs/centos8_install.md). @@ -65,6 +72,7 @@ You also not required to publish source texts of your themepacks and plugins. ## Where can I get assistance? You may reach out to us via: + * [Bug-tracker](https://github.com/openvk/openvk/projects/1) * [Ticketing system](https://openvk.su/support?act=new) * Telegram chat: Go to [our channel](https://t.me/openvkch) and open discussion in our channel menu. diff --git a/README_RU.md b/README_RU.md index a87dd1d5..f40b45ea 100644 --- a/README_RU.md +++ b/README_RU.md @@ -31,17 +31,23 @@ _[English](README.md)_ ### Процедура установки 1. Установите PHP 7.4, веб-сервер, Composer, Node.js, Yarn и [Chandler](https://github.com/openvk/chandler) - * PHP 8 еще **не** тестировался, поэтому не стоит ожидать, что он будет работать. + +* PHP 8 еще **не** тестировался, поэтому не стоит ожидать, что он будет работать. + 2. Установите [commitcaptcha](https://github.com/openvk/commitcaptcha) и OpenVK в качестве расширений Chandler следующим образом: -``` + +```bash git clone https://github.com/openvk/openvk /path/to/chandler/extensions/available/openvk git clone https://github.com/openvk/commitcaptcha /path/to/chandler/extensions/available/commitcaptcha ``` + 3. И включите их: -``` + +```bash 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/ ``` + 4. Импортируйте `install/init-static-db.sql` в **ту же базу данных**, в которую вы установили Chandler 5. Импортируйте `install/init-event-db.sql` в **отдельную базу данных** 6. Скопируйте `openvk-example.yml` в `openvk.yml` и измените параметры @@ -50,9 +56,10 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions 9. Установите `openvk` в качестве корневого приложения в файле `chandler.yml` После этого вы можете войти как системный администратор в саму сеть (регистрация не требуется): + * **Логин**: `admin@localhost.localdomain6` * **Пароль**: `admin` - * Перед использованием встроенной учетной записи рекомендуется сменить пароль. + * Перед использованием встроенной учетной записи рекомендуется сменить пароль. Полный пример инструкции по установке CentOS 8 также доступен [здесь](docs/centos8_install.md). @@ -65,6 +72,7 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions ## Где я могу получить помощь? Вы можете связаться с нами через: + * [Баг-трекер](https://github.com/openvk/openvk/projects/1) * [Помощь в OVK](https://openvk.su/support?act=new) * Telegram-чат: Перейдите на [наш канал](https://t.me/openvkch) и откройте обсуждение в меню нашего канала.