-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
72 lines (59 loc) · 2.35 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
========
Overview
========
These are scripts to help template developers and administrators
manage various components of the Escenic Content Engine. The scripts
are experimental and not yet a part of the official distribution of
Escenic Content Engine from Vizrt Online.
========================
Project directory layout
========================
The file structure ressembles where you'd typically put the various
scripts and configuration files. That's all it is, only for
documentational purposes :-)
==========================
Features of the ece script
==========================
$ ece help
Usage: /usr/bin/ece [-t <type>] [-i <instance>] <command>
DESCRIPTION
-t --type <type>
The following types are available:
engine - The Escenic Content Engine, this is the default
and is the assumed type if none is specified.
search - A standalone search indexer and solr instance
rmi-hub - The RMI hub responsible for the internal
communication between the ECE instances.
-i --instance <instance>
The type instance, such as editor1, web1 or search1
-p --publication <publication>
Needed only for updating publication resources
-r --resource <resource>
Needed only for updating publication resources.
Must be one of: content-type, feature, layout, layout-group
image-version, menu
-v --verbose
Prints out debug statements, useful for debugging.
The following commands are available:
applog the type's app server log
assemble runs the Assembly Tool *)
clean removes temporary files created by /home/torstein/bin/ece *)
deploy deploys the assembled EAR *)
help prints this help screen
kill uses force to stop the type
log the type's Log4J log
outlog the [ece#engine] script log (system out log)
restart restarts the type
start starts the type
status checks if the type is running
stop stops the type
threaddump write a thread dump to standard out (system out log)
update update publication resources
versions lists the ECE component versions
*) only applicable if type is 'engine'
==========================
Feedback
==========================
Hope you enjoy the ece /usr/bin and intit.d scripts. All feedback,
come hither!