-
Notifications
You must be signed in to change notification settings - Fork 5
How to build RISCOSS platform
Lidia edited this page Apr 20, 2015
·
6 revisions
In order to build the RISCOSS Platform you need to:
- Install Java JDK7
- Install Maven 3.0.5
- Set the environment variable
MAVEN_OPTS
to the value-Xmx1024m -XX:MaxPermSize=256m
- Put the file
settings.xml
in your local Maven directory (usually located under.m2
in your home directory). Thesettings.xml
file is available in theetc
directory of this repository. - Donwload and copy the Smile binary library to
riscoss-platform-jsmile/src/main/resources/
. The library to copy depends on your operating system. For Linux/X86_64 it's calledlibjsmile.so
To build the RISCOSS Platform just run the command mvn install
from the root directory.
Depending on your connection speed, and the number of artifacts to download, it will take between 5 and 20 minutes to build the whole platform.
RISCOSS Governance
Get Involved
How to read analysis results
How to manage domains
How to manage assets
How to manage risk configurations
How to manage risk sessions
How to configure entities import file
How to contribute
How to setup RISCOSS workspace
How to build RISCOSS platform
How to deploy RISCOSS platform