diff options
| author | Catherine Chen <[email protected]> | 2020-04-20 19:19:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-20 22:19:18 -0400 |
| commit | 36da468b68c1a8c68a56f191f02e8ba06fda8b90 (patch) | |
| tree | 362cb6c23507e09bbf5b89d7a851e097deb8f5a9 | |
| parent | eb71c8a7eae6b6fc93553b7d815b81a4c7532735 (diff) | |
| download | caprover-one-click-apps-36da468b68c1a8c68a56f191f02e8ba06fda8b90.tar.gz caprover-one-click-apps-36da468b68c1a8c68a56f191f02e8ba06fda8b90.zip | |
added database migration note to instructions.end (#155)
| -rw-r--r-- | public/v2/apps/outline.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/v2/apps/outline.json b/public/v2/apps/outline.json index efc5b5f..f34393d 100644 --- a/public/v2/apps/outline.json +++ b/public/v2/apps/outline.json @@ -47,7 +47,7 @@ "AWS_S3_UPLOAD_BUCKET_NAME": "bucket_name_here", "AWS_S3_UPLOAD_MAX_SIZE": "26214400", "AWS_S3_ACL": "private", - + "SLACK_KEY": "$$cap_slack_key", "SLACK_SECRET": "$$cap_slack_secret", "GOOGLE_CLIENT_ID": "$$cap_google_client_id", @@ -73,7 +73,7 @@ }, "instructions": { "start": "Outline is an open, extensible, wiki for your team built using React and Node.js.", - "end": "IMPORTANT: before you start using Outline, you need to \n\n 1) Enable HTTPS \n 2) Force HTTPS \n 3) Enable Websocket in $$cap_appname-outline. \n\nYou can customize more settings by environmental variables described here: https://github.com/outline/outline/blob/0deecfac446c37545e0787b3d32062e608a950ab/.env.sample \n\n IMPORTANT: It will take up to 2 minutes for it to be ready. Before that, you might see a 502 error page.\n" + "end": "IMPORTANT: before you start using Outline, you need to \n\n 1) Enable HTTPS \n 2) Force HTTPS \n 3) Enable Websocket in $$cap_appname-outline. \n 4) Run database migration `npm run sequelize:migrate` within the $$cap_appname-outline docker container. \n\nYou can customize more settings by environmental variables described here: https://github.com/outline/outline/blob/0deecfac446c37545e0787b3d32062e608a950ab/.env.sample \n\n IMPORTANT: It will take up to 2 minutes for it to be ready. Before that, you might see a 502 error page.\n" }, "variables": [{ "id": "$$cap_db_user", @@ -131,4 +131,4 @@ } ] -}
\ No newline at end of file +} |
