diff --git a/README.md b/README.md index 82df13e7..43c145b2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Here is our minimum hardware recommendation: ### Installation procedure -1. Install PHP 7.4, web-server, Composer, Node.js, Yarn and [Chandler](https://github.com/openvk/chandler) +1. Install PHP 7.4, web-server, Composer, Node.js, NPM and [Chandler](https://github.com/openvk/chandler) * PHP 8 is still being tested; the functionality of the engine on this version of PHP is not yet guaranteed. @@ -65,7 +65,7 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions 7. Copy `openvk-example.yml` to `openvk.yml` and change options to your liking 8. Run `composer install` in OpenVK directory 9. Run `composer install` in commitcaptcha directory -10. Move to `Web/static/js` and execute `yarn install` +10. Move to `Web/static/js` and execute `npm install` 11. 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): diff --git a/README_RU.md b/README_RU.md index fa09cabe..13aba85f 100644 --- a/README_RU.md +++ b/README_RU.md @@ -28,7 +28,7 @@ _[English](README.md)_ ### Процедура установки -1. Установите PHP 7.4, веб-сервер, Composer, Node.js, Yarn и [Chandler](https://github.com/openvk/chandler) +1. Установите PHP 7.4, веб-сервер, Composer, Node.js, NPM и [Chandler](https://github.com/openvk/chandler) * PHP 8 пока ещё тестируется, работоспособность движка на этой версии PHP пока не гарантируется. @@ -57,7 +57,7 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions 7. Скопируйте `openvk-example.yml` в `openvk.yml` и измените параметры под свои нужды 8. Запустите `composer install` в директории OpenVK 9. Запустите `composer install` в директории commitcaptcha -10. Перейдите в `Web/static/js` и выполните `yarn install` +10. Перейдите в `Web/static/js` и выполните `npm install` 11. Установите `openvk` в качестве корневого приложения в файле `chandler.yml` После этого вы можете войти как системный администратор в саму сеть (регистрация не требуется):