Skip to content
Caleb James DeLisle edited this page Dec 24, 2015 · 2 revisions

Repository Structure

The project structure reflects the structure of the RISCOSS Platform architecture:

  • webapp-core/riscoss-platform-dm contains the code of the Domain Manager (DM)
  • webapp-core/riscoss-platform-rdr contains the code for the Risk Data Repository (RDR)

There is other code related repositories to be visited in order to have the complete code for the platform:

Documenting

For the documentation, we use the Wiki provided by github for this respository. You can:

  • Add some pages
  • Add some direct links in the sidebar locate at the right

If you need to include some images in the wiki pages, we need to store them in the folder "images" for this wiki. For clonning the wiki repository, you can execute:

git clone git@github.com:riscoss/riscoss-githubanalyzer.wiki.git

This repository contains a folder named images, where you can add the images you need.

For using these images in the Wiki pages, you need to use a sentence like:

[[wiki/images/logo_riscoss_DSP.png]] for references in the wiki pages

or

![](https://github.com/RISCOSS/riscoss-githubanalyzer/wiki/images/logo_riscoss_DSP.png) for references you need the full path (e.g. the readme.md file)