Changes for page Your First Deployment

Last modified by Pascal Robert on 2013/04/21 13:53

From version 15.1
edited by Bastian Triller
on 2013/04/21 13:05
Change comment: There is no comment for this version
To version 16.1
edited by Bastian Triller
on 2013/04/21 13:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -40,7 +40,7 @@
40 40  
41 41  = Installing the deployment tools =
42 42  
43 -We are now ready to install the deployment tools. The wiki have installation instructions for many platforms, so jump over to the instructions for your deployment platform. Running the deployment tools (at least wotaskd and the Apache module) is also useful on your development machine.
43 +We are now ready to install the deployment tools. The wiki has installation instructions for many platforms, so jump over to the instructions for your deployment platform. Running the deployment tools (at least wotaskd and the Apache module) is also useful on your development machine.
44 44  
45 45  * [[Installing on Mac OS X>>Deploying on Mac OS X 10.6 (Snow Leopard)]]
46 46  * [[Installing on Linux>>Deploying on Linux]]
... ... @@ -78,7 +78,7 @@
78 78  You will get to a page where you need to specific the path to the launch script inside the application bundle. If the development server is on OS X, the path will be:
79 79  
80 80  {{code}}
81 -/Library/WebServer/Documents/WebObjects/BlogRest.woa/BlogRest
81 +/Library/WebObjects/Applications/BlogRest.woa/BlogRest
82 82  {{/code}}
83 83  
84 84  Put that path in the text field next to the **MacOSX** label.
... ... @@ -86,7 +86,7 @@
86 86  On other UNIXs, the path is:
87 87  
88 88  {{code}}
89 -/opt/Local/Library/WebServer/Documents/WebObjects/BlogRest.woa/BlogRest
89 +/opt/Local/Library/WebObjects/Applications/BlogRest.woa/BlogRest
90 90  {{/code}}
91 91  
92 92  Put that path in the text field next to the **Unix** label.
... ... @@ -108,7 +108,7 @@
108 108  {{code}}
109 109  
110 110  sudo su - appserver
111 -cd /Library/WebServer/Documents/WebObjects/BlogRest.woa/
111 +cd /Library/WebObjects/Applications/BlogRest.woa/
112 112  ./BlogRest
113 113  
114 114  {{/code}}
... ... @@ -118,7 +118,7 @@
118 118  {{code}}
119 119  
120 120  sudo su - appserver
121 -cd /opt/Local/Library/WebServer/Documents/WebObjects/BlogRest.woa/
121 +cd /opt/Local/Library/WebObjects/Applications/BlogRest.woa/
122 122  ./BlogRest
123 123  
124 124  {{/code}}