From a95b7e571a96a8a5e6ce85aeb7ec8b17d91f0f10 Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Fri, 24 Dec 2021 16:28:32 +0700 Subject: [PATCH] README, Docs: Removed unnecessary actions Submodules were removed anyway --- .gitmodules | 0 README.md | 6 ++---- docs/centos8_install.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29b..00000000 diff --git a/README.md b/README.md index f00a179c..72991be0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To be honest, we don't even know whether it even works. However, this version is Please use the master branch, as it has the most changes. -Updating the source code is done with this command: `git pull --recurse-submodules` +Updating the source code is done with this command: `git pull` ## Instances @@ -29,7 +29,7 @@ If you want, you can add your instance to the list above so that people can regi * 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: ``` -git clone --recursive https://github.com/openvk/openvk /path/to/chandler/extensions/available/openvk +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: @@ -44,8 +44,6 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions 8. Move to `Web/static/js` and execute `yarn install` 9. 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): * **Login**: `admin@localhost.localdomain6` * **Password**: `admin` diff --git a/docs/centos8_install.md b/docs/centos8_install.md index 91770a05..97437858 100644 --- a/docs/centos8_install.md +++ b/docs/centos8_install.md @@ -154,7 +154,7 @@ composer2 install ```bash cd .. -git clone --recursive https://github.com/openvk/openvk.git +git clone https://github.com/openvk/openvk.git cd openvk/ composer2 install cd Web/static/js