Changes between Version 37 and Version 38 of Developers
- Timestamp:
- 2018-06-04T20:32:36+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers
v37 v38 1 = NEMO development area1 = Welcome to the NEMO development area 2 2 3 [[ TOC(noheading, Developers/*, depth=2)]]3 [[PageOutline(2-3)]] 4 4 5 Here is some useful information for the developers 5 You should find here everything regarding the development of the NEMO reference. 6 6 7 == '''Prerequisites'''7 == Prerequisites 8 8 9 === Developer role (write permissions to the repository)9 === Become a NEMO developer 10 10 11 11 First and foremost, if you don't already have a user account then you have to '''[/register create it]'''. 12 12 13 13 {{{#!td 14 === For NEMO consortium members14 ==== For NEMO consortium members 15 15 16 If you have a user account or had a developer account before, see with your local NEMO Officer. 16 If you have a user account or had a developer account before, \\ 17 see with your local NEMO Officer. 17 18 18 19 {{{#!td … … 41 42 ==== For external users 42 43 43 Submit your contribution to the NEMO System Team by creating a [/newticket?type=Enhancement ticket] where you will present your proposal.\\ 44 Keep in mind that, despite the help we can offer, a certain amount of work from you will be need to implement your developments into the source code. 44 Submit your contribution to the NEMO System Team by \\ 45 creating a [/newticket?type=Enhancement ticket] where you will present your proposal. 46 47 Keep in mind that, despite the help we can offer, a certain amount of work from \\ 48 you will be need to implement your developments into the source code. 45 49 }}} 46 50 47 == Document your developments before coding51 === Recommended development installation 48 52 49 Follow the procedure described at wiki:Developers/DevelopingCodeChanges 53 After the global reorganisation of the repository, it is now advisable to entirely download the new default development organisation in your 54 * browser:/NEMO/trunk: the main development branch 55 * browser:/NEMO/branches 56 * /NEMO/branches/YYYY: yearly development branches intended to be merged into trunk by the end of the year 57 * /NEMO/branches/{NERC,UKMO}: restricted to 58 * browser:/NEMO/releases: all official NEMO releases, '''only the last one is maintained''' 50 59 51 == [wiki:Developers/WorkingFAQ WorkingFAQ] 60 If needed, you can learn the new [wiki:Developers/SVN_HowTo SVN basics] to work with the repository. 52 61 53 == [wiki:Developers/DevelopingCodeChanges Developing Code changes]62 == Development activities 54 63 55 == [wiki:Developers/WorkingOnTickets Working on tickets]64 Document your developments before coding by following the procedure described at [wiki:Developers/DevelopingCodeChanges] 56 65 57 == [wiki:Developers/FCMmake Information about FCM make]66 == Support 58 67 59 == [wiki:Developers/XIOSextras Information about new features in XIOS] 68 [wiki:Developers/WorkingOnTickets] 69 70 ---- 71 72 [wiki:Developers/FCMmake Information about FCM make] 73 74 [wiki:Developers/XIOSextras Information about new features in XIOS]