[ 
https://issues.apache.org/jira/browse/WOOKIE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194837#comment-13194837
 ] 

Paul Sharples commented on WOOKIE-189:
--------------------------------------

I have just tested the following on a blank usb drive plugged into a windows 
environment with no java installed. To the usb drive I added

* the 'Java' folder from my other machine where a JDK was installed.
* the standalone build from here 
http://www.apache.org/dyn/closer.cgi/incubator/wookie/0.9.1-incubating/binary/standalone/apache-wookie-0.9.1-incubating-standalone.zip,
 unzipped to the root.

I edited startup.bat and under the line 

Set PROGARGS=

added the following two lines...

set pathDrive=%cd:~0,2%
set PATH=%PATH%;%pathDrive%\Java\bin

Next I opened shutdown.bat and under the line

REM under the License.

also added the same two lines

set pathDrive=%cd:~0,2%
set PATH=%PATH%;%pathDrive%\Java\bin

I could start/stop wookie fine on the machine without java already installed.

I will add some details to the wookie site, probably under the FAQ section 
(although I could also add it to the news section or elsewhere too) 
I plan to split it into two parts...

1. How to setup a wookie (standalone build) on a USB stick (using the above 
method)
2. How to setup a wookie (development) environment (like Martins).  

For #2 would a link to Martins page be suffient rather than copying all the 
text across?

                
> Packaging of Wookie to run portably from a usb stick
> ----------------------------------------------------
>
>                 Key: WOOKIE-189
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-189
>             Project: Wookie
>          Issue Type: New Feature
>          Components: Configuration, Documentation
>         Environment: Windows 32bit
>            Reporter: Martin Hawksey
>            Priority: Minor
>             Fix For: 0.9.2
>
>
> Packaging Apache Ant, Wookie, Java JDK and RapisSVN as a distribution option 
> to enable users to test and build widgets on a portable version (executed 
> from a usb stick) of the Apache Wookie server. More information and example 
> package at 
> http://www.rsc-ne-scotland.org.uk/mashe/2011/03/your-own-wookie-widget-server-on-a-usb-stick-pc/
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to