Changes between Version 3 and Version 13 of USB_Stick
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
USB_Stick
v3 v13 1 [[TranslatedPages]] 1 2 = How to run JOSM from an USB stick (on a Windows system) = 2 '''Run JOSM on a "foreign" Windows machine without installation or a JAVA machine installed on it!'''3 **Run JOSM on a "foreign" Windows machine without installation or a JAVA machine installed on it! ** 3 4 4 ''http://www.portableApps.com offers a method to install a JAVA machine on an USB stick, so you can run JAVA .jar files on a foreign machine without further installation. 5 ''[http://www.portableApps.com portableApps] offers a method to install a JAVA machine on an USB stick, so you can run JAVA .jar files on a foreign machine without further installation. 5 6 Once this is installed on the stick, you can run a normal josm-tested.jar/josm-latest.jar with it. All personal files (like the settings, plugins) will be stored on the stick. You will need ~140MB free space on your USB stick. 6 7 '' … … 12 13 Ok, this part was easy! :-) 13 14 15 14 16 == Download and install the "PortableApps.com Suite" == 15 Onhttp://portableapps.com/downloadyou'll find three possible packages todownload, they only differ on the amount of installed applications (and therefore the space used on the stick).17 From http://portableapps.com/download download the platform only (3MB) and run the .exe file. 16 18 17 Download "Platform Only" (1MB) and install the .exe file. 18 19 The installer will ask for a target drive, choose your USB stick base directory (in the following, we will assume g:\ is used) 20 21 If you want to have further open source programs available on your USB stick, feel free to install one of the other two platforms (for running JOSM any of the three platforms will do). 19 The installer will ask for a target drive, choose your USB stick base directory (in the following, we will assume g:\ is used). 22 20 23 21 24 22 == Download and install "Java Portable" == 25 From http://portableapps.com/apps/utilities/java_portable download and installthe .exe file.23 From [http://portableapps.com/apps/utilities/java_portable jPortable] download and run the .exe file. 26 24 27 25 This installation may take a while. 28 26 29 Please note: The installer will download the J AVAengine, so you'll need aninternet connection while doing the installation!27 Please note: The installer will download the Java engine, so you'll need an Internet connection while doing the installation! 30 28 31 29 32 30 == Download and install "Java Portable Launcher" == 33 From http://portableapps.com/apps/utilities/java_portable_launcher download and install the .exe file. 31 From [http://portableapps.com/apps/utilities/java_portable_launcher jPortable Launcher] download and install the .exe file. 34 32 35 33 36 34 == Download and save "josm-tested.jar" on your USB stick == 37 From http://josm.openstreetmap.de/josm-tested.jar download the tested JOSM version and save it on your USB stick (e.g. at g:\josm-tested.jar) 35 From [wikitr:/Download Download] download the tested JOSM version ([/josm-tested.jar josm-tested.jar]) and save it on your USB stick (e.g. at `g:\josm-tested.jar`) 36 37 ''You can replace 'josm-tested' with '[/josm-latest.jar josm-latest]' if you like living on the edge. The difference should be self-explanatory - if it isn't, stick with josm-tested.'' 38 38 39 39 40 == Remove the USB stick == 41 42 43 us usual for USB devices)40 == Remove the USB stick == #RemoveUsb 41 * If you have any applications accessing the content of your USB drive (e.g. explorer showing g:\), close them 42 * There should be a PortableApps.com icon in your taskbar (usually at the bottom right of the screen), right click on it and choose exit 43 * Use Windows "Safely remove hardware" to throw out the stick (as usual for USB devices) 44 44 45 45 46 46 == Start JOSM from the stick == 47 48 49 PortableApps.exe directly50 51 ''g:\josm-tested.jar'')52 47 * Stick in your USB stick 48 * If autorun is enabled, "Start PortableApps.com" should appear, please start it 49 * If nothing happens, just start g:\Start.exe directly 50 * The PortableApps menu should appear, select "Java Portable Launcher" 51 * Choose josm-tested.jar (in our example at `g:\josm-tested.jar`) 52 * JOSM should start up as usual 53 53 54 54 If you've closed JOSM, you can restart it from the PortableApps.com icon in your taskbar. 55 To remove the stick, close a running JOSM and follow the "Remove the USB stick" instructions as above.55 To remove the stick, close a running JOSM and follow the "Remove the USB stick" instructions as [#RemoveUsb above]. 56 56 57 57 58 58 == Preferences, Plugins and alike == 59 Essentially you now have a "fresh JOSM installation" on your stick (in parallel to an eventually alreadyexisting JOSM).59 Essentially you now have a "fresh JOSM installation" on your stick (in parallel to any pre-existing JOSM on the computer). 60 60 A JOSM started from the stick will load and save all settings, plugins and alike from/to the USB stick. 61 61 Remember to enter your user account, adjust settings and download the required plugins. 62 62 63 In case you want to know, all personal files will go to: ''G:\PortableApps\JavaPortableLauncher\Data\AppData\JOSM'' 63 In case you want to know, all personal files will go to: `G:\PortableApps\JavaPortableLauncher\Data\AppData\JOSM` 64 65 **Have fun with your portable JOSM! ** 64 66 65 67 66 '''Have fun with your portable JOSM! ''' 68 == See also == 69 * [https://wiki.openstreetmap.org/wiki/JOSM/HOWTO/Run_from_flash_disk_with_Java Howto on the OSM-wiki] 70 * [https://www.openstreetmap.org/user/Otnow/diary/34580 DIY Josm Portable instance on the OSM-diary (ru)]