root/QUICKSTART

Revision 119:3a24ab5a997b, 1.1 KB (checked in by cfreeze@…, 22 months ago)

add quick start information

Line 
1Linux/Unix QuickStart
2---------------------
3
4Make a configuration directory:
5        % mkdir $HOME/.StormSiren
6
7
8Copy the example Log Configuration file to configuration directory
9        % cp examples/StormSiren-log.conf $HOME/.StormSiren/.
10       
11Copy the example Configuration file to configuration directory
12        % cp examples/StormSiren.conf $HOME/.StormSiren/.
13
14===============================================================================
15
16Windows NT/2K/XP QuickStart
17---------------------------
18
19Make a configuration directory:
20        > mkdir "%USERPROFILE%/StormSiren"
21
22
23Copy the example Log Configuration file to configuration directory
24        % cp examples/StormSiren-log.conf "%USERPROFILE%/StormSiren/."
25       
26Copy the example Configuration file to configuration directory
27        % cp examples/StormSiren.conf "%USERPROFILE/StormSiren/."
28
29===============================================================================
30
31Edit the Configuation file to suite your needs.  Information can be
32found at the website for configuring different device types.
33
34        http://www.cfreeze.com/trac/stormsiren/wiki/Configuration
Note: See TracBrowser for help on using the browser.