source: trunk/docs/docs_users/source/guides/get.rst @ 140

Last change on this file since 140 was 140, checked in by pinsard, 12 years ago

progress on user doc

  • Property svn:keywords set to Id
File size: 1.8 KB

Get |project|

Create |project| environment

To simplify the explanation, we suppose that we install |project| in your :file:`${HOME}/SUPERBIB/` :

?
$ cd ${HOME}
$ mkdir SUPERBIB/
?

Get |project| files

If you work on LOCEAN systems

The latest operational release |project| is already installed at

If you can access to this directory, there is no need to re-install |project| again!

In that case, you only have to link :file:`${HOME}/SUPERBIB/` to the appropriate directory:

??

LOCEAN

$ ln -s /usr/home/fplod/SUPERBIB ${HOME}/SUPERBIB

If Subversion (:samp:`svn`) client is installed on your machine

?

Regular users

The complete latest revision can be checked out with the following command executed in your :envvar:`${HOME}` :

?
$ svn checkout http://forge.ipsl.jussieu.fr/superbib/svn/trunk/ SUPERBIB

Contributors

Contributors should better use the following command (and replace login by their own login) :

$ svn checkout svn+ssh://login@forge.ipsl.jussieu.fr/ipsl/forge/projets/superbib/svn/trunk/ SUPERBIB

After this

You are now ready to do your :ref:`firststeps`.

?

Docutils System Messages

??????
Note: See TracBrowser for help on using the repository browser.