18 | | The names of these directories can be freely selected (except {{{~/job_queue}}}), however new users should choose them as suggested, since many examples in this documentation as well as all example files are based on these settings. The directory {{{~/palm/current_version}}} on the local host will be called the working directory from now on.\\\\ |
19 | | In the '''second step''' a working copy of the recent PALM version, including the source code, scripts, documentation, etc. must be copied to the working directory (local host!) by executing the following commands. Replace {{{<your username>}}} by the name that you have chosen to access the repository, and {{{<#>}}} by any of the available PALM releases, e.g. "''3.7a''" (new releases will be announced to members of the PALM mailing list). |
| 18 | The names of these directories can be freely selected by adjusting the [wiki:doc/app/palm_config configuration file], however new users should choose them as suggested, since many examples in this documentation as well as all example files are based on these settings. The directory {{{~/palm/current_version}}} on the local host will be called the working directory from now on.\\\\ |
| 19 | |
| 20 | In the '''second step''' a working copy of the recent PALM revision, including the source code, scripts, helper routines, etc. must be copied to the working directory by entering the following commands. Replace {{{<your username>}}} by the name that you have chosen in the [https://palm.muk.uni-hannover.de/trac/register register form]. |
24 | | 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}}}).\\\\ |
25 | | Alternatively, executing |
26 | | {{{ |
27 | | svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/tags/release-<#> abcde |
28 | | }}} |
29 | | 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}}}.\\\\ |
30 | | Please never touch any file in your working copy of PALM, unless you know what you are doing.\\\\ |
31 | | You can also get a copy of the most recent developer code by executing |
32 | | {{{ |
33 | | svn checkout --username <your username> https://palm.muk.uni-hannover.de/svn/palm/trunk trunk |
34 | | }}} |
35 | | This version may contain new features (they might not be documented well), but it may also contain bugs.\\\\ |
36 | | |
| 31 | where {{{<#>}}} can be any of the available PALM releases, e.g. "''5.0''". See the [wiki:doc/tec/releasenotes release notes] for a list of available releases. New releases will be announced via the PALM mailing list. |