public
Fork of sr/git-wiki
Description: A wiki engine that uses a Git repository as its data store.
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/al3x/git-wiki.git
al3x (author)
Sun Apr 20 18:52:30 -0700 2008
commit  ec232260e563e9906b14454bace36953f7f42cff
tree    e7ddac338b26d8ddb77de63590fed0c0c5c9e63f
parent  f767ccaf5da293ed9cb34380bb988bd625881724
git-wiki / system / ruby.server.gitwiki.plist
100644 40 lines (32 sloc) 1.04 kb
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>Label</key>
    <string>ruby.server.gitwiki</string>
    
    <key>WorkingDirectory</key>
    <!-- change to path to your clone of git-wiki -->
    <string>/Users/al3x/src/git-wiki</string>
    
    <key>Program</key>
    <string>git-wiki.rb</string>
    
    <key>ProgramArguments</key>
    <array>
      <string>-e production</string>
      <string>-p 8777</string>
    </array>
    
    <key>KeepAlive</key>
    <false/>
    
    <key>RunAtLoad</key>
    <true/>
    
    <key>UserName</key>
    <!-- change to your username -->
    <string>al3x</string>
    
    <key>Debug</key>
    <false/>
    
    <key>EnvironmentVariables</key>
    <dict>
      <key>PATH</key>
       <string>/usr/local/bin:/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin</string>
    </dict>
  </dict>
</plist>