-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
74 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,40 @@ | ||
# Contributing | ||
|
||
Before contributing to this project please discuss the suggested changes via issues or email. | ||
To contribute to MetaOmGraph, please fork this repository, make changes and then send a pull request. | ||
Please note that this project is released with a Contributor [Code of Conduct](https://github.com/urmi-21/MetaOmGraph/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. | ||
|
||
|
||
# Getting Started | ||
Here, information is provided for contributers who would like to contribute to MetaOmGraph. | ||
|
||
|
||
## Cloning MetaOmGraph | ||
To download the code please clone MetaOmGraph's repository using the command: | ||
|
||
``` | ||
git clone https://github.com/urmi-21/MetaOmGraph.git | ||
``` | ||
## Accessing the code | ||
Eclipse IDE is suggested to open the MetaOmGraph project. | ||
|
||
## Dependencies | ||
* Install Java version 8 from [here](https://www.oracle.com/technetwork/java/javase/downloads/index.html). After installing add JDK 8 to MOG project in eclipse. | ||
See this [link](https://stackoverflow.com/questions/13635563/setting-jdk-in-eclipse) for help. | ||
* All dependencies are handeled through Maven (see [pom.xml](https://github.com/urmi-21/MetaOmGraph/blob/tomvn/pom.xml)) | ||
* Download `l2fprod-common-all.jar` from [here](http://www.java2s.com/Code/Jar/l/Downloadl2fprodcommonalljar.htm) and add to build path | ||
* Add src/libs/CustomBrowserLauncher.jar to the build path | ||
|
||
|
||
|
||
## Running | ||
The main class is _MetaOmGraph_. Run the _MetaOmGraph.java_ project to start MetaOmGraph. | ||
|
||
## Getting help | ||
Please contact the developers through [email](http://metnetweb.gdcb.iastate.edu/MetNet_MetaOmGraph_download.php) if any help is required regarding setting up MetaOmGraph. | ||
# Contributing | ||
|
||
Before contributing to this project please discuss the suggested changes via issues or email. | ||
To contribute to MetaOmGraph, please fork this repository, make changes and then send a pull request. | ||
Please note that this project is released with a Contributor [Code of Conduct](https://github.com/urmi-21/MetaOmGraph/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. | ||
|
||
|
||
# Getting Started | ||
Here, information is provided for contributers who would like to contribute to MetaOmGraph. | ||
|
||
|
||
## Cloning MetaOmGraph | ||
To download the code please clone MetaOmGraph's repository using the command: | ||
|
||
``` | ||
git clone https://github.com/urmi-21/MetaOmGraph.git | ||
``` | ||
## Accessing the code | ||
Eclipse IDE is suggested to open the MetaOmGraph project. | ||
|
||
## Dependencies | ||
* Install Java version 8 from [here](https://www.oracle.com/technetwork/java/javase/downloads/index.html). After installing add JDK 8 to MOG project in eclipse. | ||
See this [link](https://stackoverflow.com/questions/13635563/setting-jdk-in-eclipse) for help. | ||
* All dependencies are handeled through Maven (see [pom.xml](https://github.com/urmi-21/MetaOmGraph/blob/tomvn/pom.xml)) | ||
* Download `l2fprod-common-all.jar` from [here](http://www.java2s.com/Code/Jar/l/Downloadl2fprodcommonalljar.htm) | ||
* Add src/libs/CustomBrowserLauncher.jar and `l2fprod-common-all.jar` locally maven by running: | ||
``` | ||
mvn install:install-file -Dfile='l2fprod-common-all.jar' -DgroupId='com.l2fprod' -DartifactId='l2fprod-common-all' -Dversion='0.1' -Dpackaging=jar -DgeneratePom=true | ||
mvn install:install-file -Dfile='CustomBrowserLauncher.jar' -DgroupId='edu.iastate.metnet' -DartifactId='custombrowserlauncher' -Dversion='0.0.1' -Dpackaging=jar -DgeneratePom=true | ||
``` | ||
|
||
|
||
|
||
|
||
## Running | ||
The main class is _MetaOmGraph_. Run the _MetaOmGraph.java_ project to start MetaOmGraph. | ||
|
||
## Getting help | ||
Please contact the developers through [email](http://metnetweb.gdcb.iastate.edu/MetNet_MetaOmGraph_download.php) if any help is required regarding setting up MetaOmGraph. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters