Changes between Version 77 and Version 78 of doc/install
- Timestamp:
- Aug 19, 2016 2:25:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v77 v78 55 55 {{{ 56 56 cd ~/palm/current_version 57 svn checkout --username <your username> http ://130.75.105.7/svn/palm/tags/release-<#> trunk57 svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-<#> trunk 58 58 }}} 59 59 You 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].\\\\ … … 128 128 {{{ 129 129 cd ~/palm/current_version 130 svn checkout --username <your username> http ://130.75.105.7/svn/palm/tags/release-<#> trunk130 svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-<#> trunk 131 131 }}} 132 132 You 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}}}).\\\\ 133 133 Alternatively, executing 134 134 {{{ 135 svn checkout --username <your username> http ://130.75.105.7/svn/palm/tags/release-<#> abcde135 svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-<#> abcde 136 136 }}} 137 137 will 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}}}.\\\\ … … 139 139 You can also get a copy of the most recent developer code by executing 140 140 {{{ 141 svn checkout --username <your username> http ://130.75.105.7/svn/palm/trunk trunk141 svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/trunk trunk 142 142 }}} 143 143 This version may contain new features (they might not be documented well), but it may also contain bugs.\\\\ … … 288 288 mkdir ~/palm/release-3.1c 289 289 cd ~/palm/release-3.1c 290 svn checkout --username <your username> http ://130.75.105.7/svn/palm/tags/release-3.1c trunk290 svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-3.1c trunk 291 291 }}} 292 292 However, 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! \\\\