Make a portable YouTrack
Does anybody know of a way to get the YouTrack running on my usb drive, so that I can carry it around with me and work on different machines?
Please sign in to leave a comment.
- install JDK on flash drive (/jdk1.6)
- drop youtrack.jar on flash drive
- edit database location, so it points to flash drive (http://confluence.jetbrains.net/display/YTD3/Changing+Database+Location)
- create startup script with content like
/jdk1.6/bin/java -jar /youtrack.jar 8080should work, may be some fine turning is required.
I think it should cover your case. Please let me know if you are success.
Can you tell me , where is the file location ? I searched youtrack-xx.war , but I can't find it.
you should edit youtrack-xx.jar. Please find WEB-INF/web.xml and modify for the param-value = database.location a desired param-value
Regards,
Alexander