| 195 | |
| 196 | == [=#simple]Simple installation method == |
| 197 | |
| 198 | The simple installation method is using the scripts '''palm_simple_install''' and '''palm_simple_run''' for installing and running PALM. |
| 199 | |
| 200 | === Package Installation === |
| 201 | |
| 202 | '''First step:''' Create a directory: |
| 203 | {{{ |
| 204 | mkdir -p ~/palm/current_version/ |
| 205 | }}} |
| 206 | You can freely choose the directory name, but if you intend to switch to the [#advanced advanced method] of running PALM later, you should use {{{~/palm/current_version}}}. This directory will be called working directory from now on.\\\\ |
| 207 | '''Second step:''' Check out a working copy of the recent PALM version from the svn-repository. Replace {{{<your username>}}} by your valid repository username, and {{{<#>}}} by any of the available PALM releases, e.g. "''3.7a''" (new releases will be announced to members of the PALM mailing list). |
| 208 | {{{ |
| 209 | cd ~/palm/current_version |
| 210 | svn checkout --username <your username> svn://130.75.105.2/palm/tags/release-<#> trunk |
| 211 | }}} |
| 212 | 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] described above.\\\\ |
| 213 | Please never touch any file in your working copy of PALM, unless you really know what you are doing. |