You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -fsSL https://raw.githubusercontent.com/makeplane/plane/$BRANCH/deploy/selfhost/install.sh | sed 's@BRANCH=master@BRANCH='"$RELEASE"'@' > setup.sh
81
-
82
-
chmod +x setup.sh
83
-
```
84
-
85
-
</details>
86
-
87
70
---
88
71
89
72
### Proceed with setup
@@ -114,7 +97,7 @@ This will create a create a folder `plane-app` or `plane-app-preview` (in case o
114
97
-`docker-compose.yaml`
115
98
-`plane.env`
116
99
117
-
Again the `options [1-7]` will be popped up and this time hit `7` to exit.
100
+
Again the `options [1-8]` will be popped up and this time hit `8` to exit.
118
101
119
102
---
120
103
@@ -236,15 +219,15 @@ Select a Action you want to perform:
236
219
Action [2]: 5
237
220
```
238
221
239
-
By choosing this, it will stop the services and then will download the latest `docker-compose.yaml` and `variables-upgrade.env`. Here system will not replace `.env` with the new one.
222
+
By choosing this, it will stop the services and then will download the latest `docker-compose.yaml` and `plane.env`.
240
223
241
224
You must expect the below message
242
225
243
226

244
227
245
228
Once done, choose `8` to exit from prompt.
246
229
247
-
> It is very important for you to compare the 2 files `variables-upgrade.env`and `.env`. Copy the newly added variable from downloaded file to `.env` and set the expected values.
230
+
> It is very important for you to validate the `plane.env`for the new changes.
248
231
249
232
Once done with making changes in `plane.env` file, jump on to `Start Server`
Copy file name to clipboardExpand all lines: deploy/selfhost/install.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -262,9 +262,9 @@ function download() {
262
262
fi
263
263
264
264
echo""
265
-
echo"Most recent Stable version is now available for you to use"
265
+
echo"Most recent version of Plane is now available for you to use"
266
266
echo""
267
-
echo"In case of Upgrade, your new setting file is availabe as 'variables-upgrade.env'. Please compare and set the required values in 'plane.env 'file."
267
+
echo"In case of 'Upgrade', please check the 'plane.env 'file for any new variables and update them accordingly"
0 commit comments