2012-10-12 16:59:04 +00:00
|
|
|
Getting started
|
|
|
|
===============
|
|
|
|
|
|
|
|
1. Make sure you have GNUstep installed
|
|
|
|
|
|
|
|
2. Type 'make' ... to build the code and the documentation
|
|
|
|
|
|
|
|
3. Read the documentation (point your web browser at the ECCL subdirectory)
|
|
|
|
|
2013-01-18 20:38:59 +00:00
|
|
|
4. (optional) Customise (see local.make) and do 'make clean'.
|
2012-10-15 05:35:23 +00:00
|
|
|
|
2013-01-18 20:38:59 +00:00
|
|
|
5. Install it (type 'make install') and try it out.
|
|
|
|
|
|
|
|
Key points ...
|
|
|
|
|
|
|
|
1. You may want to use 'defaults write NSGlobalDomain EcvEffectiveUser xxx'
|
|
|
|
where 'xxx' is your username, to tell the system it should be running as you.
|
|
|
|
|
2015-05-07 06:44:22 +00:00
|
|
|
2. Debug files are written in ~xxx/DebugLogs ...
|
|
|
|
look there to diagnose problems.
|
2013-01-18 20:38:59 +00:00
|
|
|
|
|
|
|
3. Configuration is in ~xxx/Data. Specifically, you need to configure
|
|
|
|
~xxx/Data/Command/Control.plist, ~xxx/Data/Command/Operators.plist, and
|
|
|
|
~xxx/Data/Command/AlertConfig.plist before the Control server will start.
|
2013-07-12 19:05:52 +00:00
|
|
|
There are examples in the same directory as this README
|
2012-10-12 16:59:04 +00:00
|
|
|
|