New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
introduction.html in vendors/doc/user_guide – NEMO

source: vendors/doc/user_guide/introduction.html @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 4.0 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4  <title>FCM: User Guide: Introduction</title>
5  <meta name="author" content="FCM team" />
6  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7  <link rel="icon" href="../etc/fcm-icon.png" type="image/png" />
8  <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" />
9  <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
10  <link href="../etc/fcm.css" rel="stylesheet" media="screen" />
11</head>
12<body>
13  <div class="navbar navbar-inverse">
14    <div class="container-fluid">
15      <div class="navbar-header">
16        <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a>
17      </div>
18      <div class="collapse navbar-collapse">
19        <ul class="nav navbar-nav">
20          <li><a href="../installation/">Installation</a></li>
21
22          <li><a class="active" href="#">User Guide</a></li>
23        </ul>
24      </div>
25    </div>
26  </div>
27
28  <div class="page-header">
29    <div class="fcm-page-content pull-right well well-sm"></div>
30    <h1>FCM: User Guide: Introduction</h1>
31  </div>
32
33  <div class="container">
34  <div class="row">
35  <div class="col-md-12">
36
37  <p>This is the User Guide for the <em>Flexible Configuration Management</em>
38  system which is known as <em>FCM</em>. It is designed to tell you everything
39  you need to know if you want to develop code which has been configured within
40  FCM. In addition it also provides the extra information you will need if you
41  are system manager of a project within FCM.</p>
42
43  <p>This guide consists of the following sections:</p>
44
45  <dl>
46    <dt><a href="overview.html">System Overview</a></dt>
47
48    <dd>A brief description of the main features of FCM.</dd>
49
50    <dt><a href="getting_started.html">Getting Started</a></dt>
51
52    <dd>How to start using FCM. It includes a tutorial for you to work through
53    and familiarise yourself with some FCM activities.</dd>
54
55    <dt><a href="code_management.html">Code Management System</a></dt>
56
57    <dd>How to use the code management system to manage code changes.</dd>
58
59    <dt><a href="working_practices.html">Code Management Working
60    Practices</a></dt>
61
62    <dd>Recommended ways of working with the code management system.</dd>
63
64    <dt><a href="make.html">FCM Make</a></dt>
65
66    <dd>How to use the make command to invoke the extract and build systems.</dd>
67
68    <dt><a href="system_admin.html">System Administration</a></dt>
69
70    <dd>How to configure and maintain a new system within FCM.</dd>
71
72    <dt><a href="command_ref.html">FCM Command Reference</a></dt>
73
74    <dd>Detailed information about each of the <code>fcm</code> commands.</dd>
75
76    <dt>Annex:</dt>
77
78    <dd>
79      <dl>
80        <dt><a href="annex_quick_ref.html">Quick reference</a></dt>
81
82        <dd>A quick reference to many useful FCM code management system
83        commands.</dd>
84
85        <dt><a href="annex_cfg.html">FCM Configuration File</a></dt>
86
87        <dd>Detailed definitions of what declarations are allowed in
88        different FCM configuration files.</dd>
89      </dl>
90
91      <p>The annex also contains further sections relating to some deprecated
92      features.</p>
93    </dd>
94  </dl>
95
96  </div>
97  </div>
98  </div>
99
100  <hr/>
101  <div class="container-fluid text-center">
102    <div class="row"><div class="col-md-12">
103    <address><small>
104      &copy; British Crown Copyright 2006-16
105      <a href="http://www.metoffice.gov.uk">Met Office</a>.
106      See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br />
107      This document is released under the British <a href=
108      "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel=
109      "license">Open Government Licence</a>.<br />
110    </small></address>
111    </div></div>
112  </div>
113
114  <script type="text/javascript" src="../etc/jquery.min.js"></script>
115  <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script>
116  <script type="text/javascript" src="../etc/fcm.js"></script>
117  <script type="text/javascript" src="../etc/fcm-version.js"></script>
118</body>
119</html>
Note: See TracBrowser for help on using the repository browser.