From 2f398c19fd2ccd43a9de4478dfda0ecd7ad4c088 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 May 2020 13:47:03 +0200 Subject: Update FAQ --- FAQ.md | 2 +- support/doc/development/release.md | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/FAQ.md b/FAQ.md index 0553faec5..84862e355 100644 --- a/FAQ.md +++ b/FAQ.md @@ -91,7 +91,7 @@ and FLV formats when transcoding is enabled on their instance. ## I want to change my domain name, how can I do that? -You can't. You'll need to reinstall an instance and reupload your videos. +It's not officially supported, but you can try the `update-host` script: https://docs.joinpeertube.org/#/maintain-tools?id=update-hostjs ## Why do we have to put our Twitter username in PeerTube configuration? diff --git a/support/doc/development/release.md b/support/doc/development/release.md index f8d041cfe..88b434efa 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md @@ -3,11 +3,13 @@ * Fix remaining important bugs * Update [/CHANGELOG.md](/CHANGELOG.md) * Check migrations: - * `npm run clean:server:test` - * `git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server` - * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and quit after initialization - * `git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server` - * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and check migrations do not fail +``` +npm run clean:server:test +git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server +NODE_APP_INSTANCE=6 NODE_ENV=test npm run start +git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server +NODE_APP_INSTANCE=6 NODE_ENV=test npm run start +``` * Run `rm -r node_modules && rm -r client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly * Update https://peertube2.cpy.re and check it works correctly * Check CI tests are green -- cgit v1.2.3