From f3c8e08441a712778bb26025d6f9b2d1e77dd1a0 Mon Sep 17 00:00:00 2001 From: iexos Date: Sun, 31 Mar 2024 14:52:41 +0200 Subject: [PATCH] cleanup docs --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 2221f00..fa9e6dd 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,7 @@ Wiki and knowledge base for growing teams 3. `abra app new ${REPO_NAME}` - **WARNING**: Choose "n" when `abra` asks if you'd like to generate secrets 4. `abra app config YOURAPPNAME` - be sure to change `$DOMAIN` to something that resolves to - your Docker swarm box. For Minio, you'll want: - - `AWS_ACCESS_KEY_ID=` - - `AWS_REGION="us-east-1"` - - `AWS_S3_UPLOAD_BUCKET_URL=https://minio.example.com` - - `AWS_S3_UPLOAD_BUCKET_NAME= + your Docker swarm box 5. `abra app deploy YOURAPPNAME` 7. Open the configured domain in your browser to finish set-up @@ -41,14 +37,6 @@ Wiki and knowledge base for growing teams abra app cmd YOURAPPNAME app create_email_user test@example.com ``` -### Post-deploy migration - -``` -abra app cmd YOURAPPNAME app migrate -``` - -_As of 2022-03-30, this requires `abra` RC version, run `abra upgrade --rc`._ - ### Setting up your `.env` config Avoid the use of quotes (`"..."`) as much as possible, the NodeJS scripts flip out for some reason on some vars. @@ -61,8 +49,6 @@ Where `` is the username of the user to be removed, and `` is the username of another user, to assign documents and revisions to (instead of deleting them). -_As of 2022-03-30, this requires `abra` RC version, run `abra upgrade --rc`._ - ### Migrate from S3 to local storage - `abra app config `, add