Difference between revisions of "SimpleGraph-Installation"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
= Eclipse = | = Eclipse = | ||
Select the File{{!}}Import/Git/Projects from Git Import Wizard from the Eclipse Main Menu | Select the File{{!}}Import/Git/Projects from Git Import Wizard from the Eclipse Main Menu | ||
+ | [[File:gitimport1.png|400px]] | ||
click "Next >" | click "Next >" | ||
Select "Clone URI" | Select "Clone URI" | ||
+ | [[File:gitimport2.png|400px]] | ||
click "Next >" | click "Next >" | ||
enter the URL https://github.com/BITPlan/com.bitplan.simplegraph | enter the URL https://github.com/BITPlan/com.bitplan.simplegraph | ||
+ | [[File:gitimport3.png|400px]] | ||
click "Next >" | click "Next >" | ||
keep the selected Branch "master" | keep the selected Branch "master" | ||
+ | [[File:gitimport4.png|400px]] | ||
click "Next >" | click "Next >" | ||
select the target direcctory where you'd like to keep the project locally | select the target direcctory where you'd like to keep the project locally | ||
+ | [[File:gitimport5.png|400px]] | ||
click "Next >" | click "Next >" | ||
keep the wizard "Import existing Eclipse projects" | keep the wizard "Import existing Eclipse projects" | ||
+ | [[File:gitimport6.png|400px]] | ||
click "Next >" | click "Next >" | ||
keep all imported projects | keep all imported projects | ||
+ | [[File:gitimport7.png|400px]] | ||
click "Next >" | click "Next >" | ||
There will be initial build errors since this is maven multi-module project and their are some interdependencies between the modules. | There will be initial build errors since this is maven multi-module project and their are some interdependencies between the modules. |
Revision as of 07:33, 16 February 2018
SimpleGraph Installation
Eclipse
Select the File|Import/Git/Projects from Git Import Wizard from the Eclipse Main Menu click "Next >" Select "Clone URI" click "Next >" enter the URL https://github.com/BITPlan/com.bitplan.simplegraph click "Next >" keep the selected Branch "master" click "Next >" select the target direcctory where you'd like to keep the project locally click "Next >" keep the wizard "Import existing Eclipse projects" click "Next >" keep all imported projects click "Next >" There will be initial build errors since this is maven multi-module project and their are some interdependencies between the modules.
Maven command line
git clone https://github.com/BITPlan/com.bitplan.simplegraph
cd com.bitplan.simplegraph/
mvn install
expected result
[INFO] SimpleGraph ........................................ SUCCESS [ 2.454 s]
[INFO] SimpleGraph Core ................................... SUCCESS [ 21.003 s]
[INFO] SimpleGraph FileSystem ............................. SUCCESS [ 6.748 s]
[INFO] SimpleGraph JSON ................................... SUCCESS [ 4.794 s]
[INFO] SimpleGraph Map .................................... SUCCESS [ 7.487 s]
[INFO] SimpleGraph MediaWiki .............................. SUCCESS [ 9.018 s]
[INFO] SimpleGraph Semantic MediaWiki ..................... SUCCESS [ 11.503 s]
[INFO] SimpleGraph SQL .................................... SUCCESS [ 3.504 s]
[INFO] SimpleGraph TripleStore ............................ SUCCESS [ 6.921 s]
[INFO] SimpleGraph WikiData ............................... SUCCESS [ 13.057 s]
[INFO] SimpleGraph Excel .................................. SUCCESS [ 33.838 s]
[INFO] SimpleGraph Powerpoint ............................. SUCCESS [ 35.076 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:36 min