added database migration note to instructions.end (#155)
This commit is contained in:
parent
eb71c8a7ea
commit
36da468b68
|
|
@ -73,7 +73,7 @@
|
||||||
},
|
},
|
||||||
"instructions": {
|
"instructions": {
|
||||||
"start": "Outline is an open, extensible, wiki for your team built using React and Node.js.",
|
"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": [{
|
"variables": [{
|
||||||
"id": "$$cap_db_user",
|
"id": "$$cap_db_user",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue