File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
src/lua/generic.template/server/doc Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,17 @@ Manual server installs should be pretty much the same.
12
12
Do not install on server anything marked as "tests only"
13
13
or "developer machine only" unless you know what you're doing.
14
14
15
+ Algorythm below must be processed once, after that one must use
16
+
17
+ bin/make.sh <your-cluster-name>
18
+
19
+ or
20
+
21
+ bin/deploy-rocks deploy_from_code <your-cluster-name> 2>&1 \
22
+ | tee ~/deploy.<your-cluster-name>."$(date '+%y.%m.%d_%T')".log
23
+
24
+ commands.
25
+
15
26
APT-packages
16
27
------------
17
28
@@ -363,7 +374,8 @@ If it does not print anything, you're missing deploy-rocks rock.
363
374
364
375
4 . Deploy:
365
376
366
- bin/deploy-rocks deploy_from_code <your-cluster-name >
377
+ bin/deploy-rocks deploy_from_code <your-cluster-name > 2>&1 \
378
+ | tee ~ /deploy.<your-cluster-name >."$(date '+%y.%m.%d_ %T')".log
367
379
368
380
YOU DONE.
369
381
You can’t perform that action at this time.
0 commit comments