Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Commit

Permalink
#3 Fix typos in index + generated doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbaldassari committed Nov 24, 2018
1 parent 62cf6f0 commit a52435c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/development/Development-Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The repository will contain the code of the high-level components shown in Table
| Components | Corresponding folder in repository | Leader |
|------------|---------------------------------|-----------|
| DevOps Dashboard | | BIT |
| Workflow Diagram Editor | /crossflow| YORK |
| Workflow Diagram Editor | /crossflow | YORK |
| Administration Web Application | /administration | SFT |
| IDE | /eclipse-based-ide | FEA|
| API Gateway | /api-gateway | SFT |
Expand Down
12 changes: 7 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@ Useful links:

* [Scava metrics](users/Scava-Metrics) lists metrics computed by the various Scava Components.
* [Consuming the REST services](users/Consuming-REST-Services) This guideline is dedicated to clients which would like to used SCAVA REST Services.It adress authentication issues
* [Running Scava in Eclipse](users/Running-Scava-in-Eclipse) How to setup and run the Scava Eclipse IDE plugin.
* [REST API Documentation](users/REST-API-Documentation) Reference documentation of REST services provided by the Scava platform.
* [REST API Generation](users/REST-API-Generation) Tutorial about automatic generation of REST API Scava library using OpenAPI.

## Development

* [Contributing](development/Contributing) Collection of Architectural and Technical guidelines dedicated to Scava developers.
* [Development guidelines](development/Development-Guidelines) Rules and guidelines used for the development of the Scava project.
* [Testing Guidelines](development/Testing-Guidelines) Collection of testing guidelines dedicated to Scava developers.
* [Running Scava in Eclipse](development/Running-Scava-in-Eclipse) How to setup and run the Scava Eclipse IDE plugin.
* [How to develop a metric provider](development/How-To-Develop-Metric-Provider) Want to add a new metric provider? Here are some hints.
* [Contributing](development/Contributing.md) Collection of Architectural and Technical guidelines dedicated to Scava developers.
* [Development guidelines](development/Development-Guidelines.md) Rules and guidelines used for the development of the Scava project.
* [Testing Guidelines](development/Testing-Guidelines.md) Collection of testing guidelines dedicated to Scava developers.
* [Repository-Organisation](development/Repository-Organisation.md)
* [How to develop a metric provider](development/How-To-Develop-Metric-Provider.md) Want to add a new metric provider? Here are some hints.
* [Licensing](development/Licensing.md) Information about licensing used within Scava.

## Architecture

Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@

# Running Scava in Eclipse

This page gives **general guidelines for running Ossmeter platform in Eclipse**

The screeshot below will be used as a reference :
The screeshot below will be used as a reference :

<a href="http://ibb.co/mRUAVm"><img src="http://preview.ibb.co/fty4qm/eclipse_Product.png" alt="eclipse Product" border="0" /></a>

(Eclipse version used in screenshot : Eclipse Java EE IDE for Web developers Luna 2 (4.4.2) )

1) We compile with `Ossmeterfromfeature.product` file in `org.ossmeter.platform.osgi` (highlighted above)
2) In the file we put program arguements : `-apiServer`, `-master`, `-slave`. More information on https://github.com/crossminer/crossminer/wiki/Running-the-platform
3) We must validate with the button on corner top right (highlighted above). This will add the required packages.
4) If the required packages are still missing, go to `Run Configurations -> Plug-ins` and click on `Add Required Plugins`.
1. We compile with `Ossmeterfromfeature.product` file in `org.ossmeter.platform.osgi` (highlighted above)
2. In the file we put program arguements : `-apiServer`, `-master`, `-slave`. More information on https://github.com/crossminer/crossminer/wiki/Running-the-platform
3. We must validate with the button on corner top right (highlighted above). This will add the required packages.
4. If the required packages are still missing, go to `Run Configurations -> Plug-ins` and click on `Add Required Plugins`.

<a href="http://ibb.co/fjC5Vm"><img src="http://preview.ibb.co/gHoeqm/Eclipse2.jpg" alt="Eclipse2" border="0" /></a>

5) You could also check the `general information`, if its the same (as in the screenshot below).
5. You could also check the `general information`, if its the same (as in the screenshot below).

<a href="http://ibb.co/mk89O6"><img src="http://preview.ibb.co/n2JnAm/Eclipse_Overview.png" alt="Eclipse Overview" border="0" /></a>

These were some of the things for running the platform. If there is any issue still, do not hesitate to contact us.

0 comments on commit a52435c

Please sign in to comment.