Changes between Version 51 and Version 52 of Download


Ignore:
Timestamp:
2015-06-04T20:35:50+02:00 (10 years ago)
Author:
stoecker
Comment:

Change some links to https (download.opensuse.org does not work with https yet)

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v51 v52  
    5858svn co http://svn.openstreetmap.org/applications/editors/josm
    5959}}}
    60    * From the unofficial [http://github.com/openstreetmap/josm GitHub mirror]:
     60   * From the unofficial [https://github.com/openstreetmap/josm GitHub mirror]:
    6161{{{
    6262#!sh
     
    7979This is a package repository primarily for Ubuntu. It should also work with other Debian based (especially Ubuntu based) distributions, but we do not actively test and maintain any distributions other than Ubuntu.
    8080[[BR]]
    81 Note: in addition to the regular procedure described below, older DEBs can be manually downloaded and clicked to be installed from the following directories:   [http://josm.openstreetmap.de/apt/pool/universe/j/josm/ for josm]  [http://josm.openstreetmap.de/apt/pool/universe/j/josm-latest/ for josm-latest] 
     81Note: in addition to the regular procedure described below, older DEBs can be manually downloaded and clicked to be installed from the following directories:   [https://josm.openstreetmap.de/apt/pool/universe/j/josm/ for josm]  [https://josm.openstreetmap.de/apt/pool/universe/j/josm-latest/ for josm-latest] 
    8282
    8383The repository contains two packages:
     
    9999
    100100{{{
    101 deb http://josm.openstreetmap.de/apt lucid universe
    102 deb http://josm.openstreetmap.de/apt precise universe
    103 deb http://josm.openstreetmap.de/apt quantal universe
    104 deb http://josm.openstreetmap.de/apt raring universe
    105 deb http://josm.openstreetmap.de/apt saucy universe
    106 deb http://josm.openstreetmap.de/apt trusty universe
    107 deb http://josm.openstreetmap.de/apt utopic universe
    108 deb http://josm.openstreetmap.de/apt vivid universe
     101deb https://josm.openstreetmap.de/apt lucid universe
     102deb https://josm.openstreetmap.de/apt precise universe
     103deb https://josm.openstreetmap.de/apt quantal universe
     104deb https://josm.openstreetmap.de/apt raring universe
     105deb https://josm.openstreetmap.de/apt saucy universe
     106deb https://josm.openstreetmap.de/apt trusty universe
     107deb https://josm.openstreetmap.de/apt utopic universe
     108deb https://josm.openstreetmap.de/apt vivid universe
    109109}}}
    110110
    111111Alternatively, this can  be done with the following one-liner:
    112112{{{
    113 echo deb http://josm.openstreetmap.de/apt $(lsb_release -sc) universe | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null
     113echo deb https://josm.openstreetmap.de/apt $(lsb_release -sc) universe | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null
    114114}}}
    115115
     
    117117
    118118{{{
    119 deb http://josm.openstreetmap.de/apt alldist universe
     119deb https://josm.openstreetmap.de/apt alldist universe
    120120}}}
    121121 
     
    125125and add the following line:
    126126`
    127 deb http://josm.openstreetmap.de/apt VERSION universe
     127deb https://josm.openstreetmap.de/apt VERSION universe
    128128`
    129129}}}
     
    179179{{{
    180180#!sh
    181 C:\Windows\System32\javaws.exe -J-d64 -Xmx=2048m -localfile -J-Djnlp.application.href=http://josm.openstreetmap.de/download/josm.jnlp "C:\Users\<snipped user name>\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\21\7311<snipped-hex-number>7f8"
     181C:\Windows\System32\javaws.exe -J-d64 -Xmx=2048m -localfile -J-Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp "C:\Users\<snipped user name>\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\21\7311<snipped-hex-number>7f8"
    182182}}}
    183183You don't need to change the end of the command line with the snipped parts here. Just check the path for {{{javaws.exe}}} and add options {{{-J-d64}}} for the 64-bit mode needed to work with large OSM datasets, and {{{-Xmx=2048m}}} to increase the VM size (to 2GB here).