Remove peertube submodule

This commit is contained in:
Chocobozzz 2022-12-20 15:21:44 +01:00
parent 1fe5ef9ef5
commit 6d0fcc6274
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 0 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "PeerTube"]
path = PeerTube
url = https://github.com/Chocobozzz/PeerTube.git

@ -1 +0,0 @@
Subproject commit 28216aa41a392ae3b3f87871fefa22dadc471cf6

View File

@ -38,7 +38,6 @@ Install dependencies:
```terminal ```terminal
$ git clone https://framagit.org/framasoft/peertube/search-index.git /var/www/peertube-search-index $ git clone https://framagit.org/framasoft/peertube/search-index.git /var/www/peertube-search-index
$ cd /var/www/peertube-search-index $ cd /var/www/peertube-search-index
$ git submodule update --init --recursive
$ yarn install --pure-lockfile $ yarn install --pure-lockfile
$ npm run build $ npm run build
$ cp config/default.yaml config/production.yaml $ cp config/default.yaml config/production.yaml