-
Notifications
You must be signed in to change notification settings - Fork 135
installationMain
Joshua J. Cogliati edited this page Jun 29, 2022
·
6 revisions
The streamlined installation process for Microsoft Windows, Apple OSX, and Ubuntu are included and maintained in the RAVEN user manual. This documentation is intended to mirror the user manual, and offer some additional alternatives and troubleshooting.
There are 2 ways to clone RAVEN:
- HTTPS procedure
- SSH procedure
The HTTP cloning procedure does require to execute the following command:
git clone https://github.com/idaholab/raven.git
The SSH version requires an addition step. The user needs to create an SSH key (See: https://help.github.com/articles/connecting-to-github-with-ssh/). Once the SSH key has been created, to clone RAVEN the following command should be executed:
git clone [email protected]:idaholab/raven.git
Try common solutions to problems found on our Troubleshooting page.
In order to compile the RAVEN docs perform the following:
[~/projects/raven]> cd doc
[~/projects/raven/doc]> ./make_docs.sh