Skip to content

Commit 5a55cca

Browse files
committed
src/lua/generic.template/server/doc/setup.md: added log to deploy command, some comments
1 parent e3e7b12 commit 5a55cca

File tree

1 file changed

+13
-1
lines changed
  • src/lua/generic.template/server/doc

1 file changed

+13
-1
lines changed

src/lua/generic.template/server/doc/setup.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Manual server installs should be pretty much the same.
1212
Do not install on server anything marked as "tests only"
1313
or "developer machine only" unless you know what you're doing.
1414

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+
1526
APT-packages
1627
------------
1728

@@ -363,7 +374,8 @@ If it does not print anything, you're missing deploy-rocks rock.
363374

364375
4. Deploy:
365376

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
367379

368380
YOU DONE.
369381

0 commit comments

Comments
 (0)