| Revision 688,
331 bytes
checked in by jdalbey, 4 years ago
(diff) |
|
Add config dir to dev startup scripts
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | # Package the unified logger service for deployment |
|---|
| 3 | # Execute this script from the bin folder |
|---|
| 4 | |
|---|
| 5 | zip -r -j ../webapps/unifiedlogger.zip ../src/python/unifiedlogger/*.py |
|---|
| 6 | chmod +x ../webapps/unifiedlogger.zip |
|---|
| 7 | cp ../webapps/unifiedlogger.zip ../deploy |
|---|
| 8 | |
|---|
| 9 | echo "unifiedlogger.zip created in webapps folder and deploy folder." |
|---|
| 10 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.