Getting started : Différence entre versions
(Created page with "{| width="100%" cellspacing="2" cellpadding="10" style="border: 0px none;" |- | width="50%" valign="top" style="background: none repeat scroll 0% 0% rgb(238, 255, 255); border: 0...") |
|||
Ligne 8: | Ligne 8: | ||
|} | |} | ||
+ | <pre>1) | ||
+ | Create two links in your HOME: | ||
− | < | + | cd |
+ | ln -s ../winger/ssm-domains/setup/v_000 ECssm | ||
+ | ln -s ECssm/dot-profile-setup_1.0_multi/bin/.profile | ||
+ | |||
+ | Change the name of two files (or remove them): | ||
+ | |||
+ | mv .bash_profile .bash_profile- | ||
+ | mv .bashrc .bashrc- | ||
+ | |||
+ | Log out and back in. | ||
+ | |||
+ | 2) | ||
+ | There is no .profile_usr anymore. It got replaced by several .profiles which all have to be in your HOME in a directory called '.profile.d'. | ||
+ | Have a look at my .profile.d: | ||
+ | ls -al ~winger/.profile.d | ||
+ | |||
+ | I suggest you like to the same group profiles I link to: | ||
+ | cd ~/.profile.d | ||
+ | ln -s /home/winger/.published_profile.d/.group_profile | ||
+ | ln -s /home/winger/.published_profile.d/.group0_profile | ||
+ | This will give you some basic aliases I find quite useful. Have a look at them if you like. | ||
+ | |||
+ | You own personal aliases, exports, etc. will go in the file: .interactive_profile | ||
+ | |||
+ | I am not sure yet if you will need a '.batch_profile' with the 'umask 022'. | ||
+ | Michel's default mask is fine, mine is not. That's why I put the 'umask 022'. | ||
+ | |||
+ | Then you either log out and back in again or source the new .profiles. | ||
+ | |||
+ | 3) | ||
+ | Start running as if you were on marvin or colosse. | ||
+ | You can spy on me of course: | ||
+ | For executables (the name of the absolutes are slightly different now) | ||
+ | /home/winger/gem/v_3.3.3/Abs/Original | ||
+ | config files: | ||
+ | /home/winger/gem/v_3.3.3/Config/CORDEX/Africa_0.44deg_new_env | ||
+ | |||
+ | </pre> |
Version depuis le 22 de novembre 2011 à 18:59
en construction(cette page s'adresse principalement aux développeurs) |
under construction(this page is mainly for developers) |
1) Create two links in your HOME: cd ln -s ../winger/ssm-domains/setup/v_000 ECssm ln -s ECssm/dot-profile-setup_1.0_multi/bin/.profile Change the name of two files (or remove them): mv .bash_profile .bash_profile- mv .bashrc .bashrc- Log out and back in. 2) There is no .profile_usr anymore. It got replaced by several .profiles which all have to be in your HOME in a directory called '.profile.d'. Have a look at my .profile.d: ls -al ~winger/.profile.d I suggest you like to the same group profiles I link to: cd ~/.profile.d ln -s /home/winger/.published_profile.d/.group_profile ln -s /home/winger/.published_profile.d/.group0_profile This will give you some basic aliases I find quite useful. Have a look at them if you like. You own personal aliases, exports, etc. will go in the file: .interactive_profile I am not sure yet if you will need a '.batch_profile' with the 'umask 022'. Michel's default mask is fine, mine is not. That's why I put the 'umask 022'. Then you either log out and back in again or source the new .profiles. 3) Start running as if you were on marvin or colosse. You can spy on me of course: For executables (the name of the absolutes are slightly different now) /home/winger/gem/v_3.3.3/Abs/Original config files: /home/winger/gem/v_3.3.3/Config/CORDEX/Africa_0.44deg_new_env