This page lists available Git repositories of
SALOME platform.
Note: Git repositories are available in read-only mode, using one of the following protocols:
GIT,
HTTP,
HTTPS.
If you want to contribute to SALOME platform, please
contact us.
To access one of below listed projects, install
Git, and use one of the following commands (depending on the protocol you use):
- GIT protocol:
git clone git://git.salome-platform.org/<project path>
- HTTP protocol:
git clone http://git.salome-platform.org/gitpub/<project path>
- HTTP protocol:
git clone https://git.salome-platform.org/gitpub/<project path>
Here,
<project path> is a project's subfolder (see list of projects below), for instance
modules/kernel.
Note gitpub suffix for
HTTP and
HTTPS protocols.
Examples:
git clone git://git.salome-platform.org/modules/kernel.git
git clone http://git.salome-platform.org/gitpub/modules/kernel.git
git clone https://git.salome-platform.org/gitpub/modules/kernel.git
Note: to access git repositories via
HTTPS protocol, an installation of the
certificate is required.
Visit
SALOME site to learn more about SALOME platform.