OpenPRA is quick and easy to install. You should be up and running in no time.
- Create an account on OpenPRA GitLab.
- Get access to OpenPRA Teams.
- Get access to the OpenPRA and SCRAM groups on GitLab.
- On GitLab, add your SSH Key.
- Install WebStorm and CLion from the JetBrains website.
- On the JetBrains website, request an education license.
- Check your email to verify your JetBrains account.
- Install WebStorm and CLion from the JetBrains website.
In your home directory, go to the hidden folder called .ssh
and create a configuration file config
, no extension (In Windows, make sure files extensions are visible!). If it already exists, add the following lines to it:
Host gitlab.openpra.org
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
Port 54321
- In terminal (or git bash in Windows), clone the OpenPRA Monorepo recursively:
git clone --recursive [email protected]:openpra/openpra-monorepo.git
.
- In Webstorm, open the cloned repo as a
Project
.
- Follow the
README.md
.
- Install Docker Desktop for your platform.
- In terminal, clone scram-cpp:
git clone https://gitlab.openpra.org/scram/scram-cpp
.
- In CLion, open the cloned repo as a
Project
.
- Follow the
README.md
.