This page lists available Git repositories of
SALOME platform.
Note: Git repositories are available in read-only mode, using
HTTP or
HTTPS protocols.
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):
- HTTP protocol:
git clone http://git.salome-platform.org/gitpub/<project path>
- HTTPS 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.
Examples:
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.