Changes between Version 77 and Version 78 of doc/install


Ignore:
Timestamp:
Aug 19, 2016 2:25:10 PM (9 years ago)
Author:
knoop
Comment:

Introduced https and circumvented certificate issue by swapping IP with FQDN

Legend:

Unmodified
Added
Removed
Modified
  • doc/install

    v77 v78  
    5555{{{
    5656  cd ~/palm/current_version
    57   svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> trunk
     57  svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-<#> trunk
    5858}}}
    5959You will be prompted for your password. After completion, a subdirectory trunk will appear in your working directory. It contains a number of further subdirectories, which contain e.g. the PALM source code ({{{SOURCE}}}) and the scripts for running PALM ({{{SCRIPTS}}}). For checking out the most recent PALM version (developer version), see the [#advanced advanced installation method].\\\\
     
    128128{{{
    129129  cd ~/palm/current_version
    130   svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> trunk
     130  svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-<#> trunk
    131131}}}
    132132You will then be prompted for your password. After completion, there should be a subdirectory {{{trunk}}} in your working directory. It contains a number of further subdirectories, which contain e.g. the PALM source code ({{{SOURCE}}}) and the scripts for running PALM ({{{SCRIPTS}}}).\\\\
    133133Alternatively, executing
    134134{{{
    135   svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> abcde
     135  svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-<#> abcde
    136136}}}
    137137will place your working copy in a directory named {{{abcde}}} (instead of a directory named {{{trunk}}}). But keep in mind that you will have to adjust several paths given below, if you do not use the default directory {{{trunk}}}.\\\\
     
    139139You can also get a copy of the most recent developer code by executing
    140140{{{
    141   svn checkout --username <your username> http://130.75.105.7/svn/palm/trunk trunk
     141  svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/trunk trunk
    142142}}}
    143143This version may contain new features (they might not be documented well), but it may also contain bugs.\\\\
     
    288288  mkdir ~/palm/release-3.1c
    289289  cd ~/palm/release-3.1c
    290   svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-3.1c trunk
     290  svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-3.1c trunk
    291291}}}
    292292However, this would require to carry out again the complete installation process described above. So far, different versions of PALM cannot be used at the same time. The PALM releases from {{{palm/tags}}} never have to be updated with "{{{svn update}}}", since these releases are frozen! \\\\