diff options
| author | Paul Buetow <paul@buetow.org> | 2011-05-13 15:20:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-05-13 15:20:42 +0000 |
| commit | bf0f7cefa3760868e688dca6d7504bf2a40649e6 (patch) | |
| tree | ecbcbdf4da7b476d875d6d14fcc3c73c0ec5fd53 /README | |
| parent | e95d965bc0d4dbf85193953af1e2f498b8a7b0a7 (diff) | |
updated README file
Diffstat (limited to 'README')
| -rw-r--r-- | README | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -14,14 +14,16 @@ It supports: QUICK START GUIDE: # Starting -./bin/perldaemon start (or shortcut ./control start) + ./bin/perldaemon start (or shortcut ./control start) # Stopping -./bin/perldaemon stop (or shortcut ./control stop) + ./bin/perldaemon stop (or shortcut ./control stop) # Writing your own modules: -cd ./lib/PerlDaemonModules/ -cp ExampleModule.pm YourModule.pm -vi YourModule.pm -cd - -./bin/perldaemon restart (or shortcurt ./control restart) + cd ./lib/PerlDaemonModules/ + cp ExampleModule.pm YourModule.pm + vi YourModule.pm + cd - + ./bin/perldaemon restart (or shortcurt ./control restart) + +Btw: You can install as many modules in parallel as whished. |
