Difference between revisions of "SimpleGraph-Installation"

From BITPlan Wiki
Jump to navigation Jump to search
Line 29: Line 29:
 
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.
 
Do a right-click "Run As/Maven install" on the main project com.bitplan.simplegraph to fix this
 
Do a right-click "Run As/Maven install" on the main project com.bitplan.simplegraph to fix this
 
+
== Importing new modules ==
 +
If you installed the project to eclipse a while ago and new modules have been added to the github repository you might want to import these.
 +
# do a team/pull
 +
# optionally check with right click show in / system explorer to see the new subdirectories
 +
# right click import/Project from git
 +
# choose Existing local repository
 +
# select com.bitplan.simplegraph
 +
# then select the module you would like to add
 
= Maven command line =
 
= Maven command line =
 
<source lang='bash'>
 
<source lang='bash'>

Revision as of 12:36, 11 August 2018

SimpleGraph Installation

Eclipse

Prerequisites

  1. Eclipse (Oxygen recommended)
  2. Java 8
  3. Maven (e.g. m2eclipse)

Installation Steps

Select the File|Import/Git/Projects from Git Import Wizard from the Eclipse Main Menu
Gitimport1.png
click "Next >"
Select "Clone URI"
Gitimport2.png
click "Next >"
enter the URL https://github.com/BITPlan/com.bitplan.simplegraph
Gitimport3.png
click "Next >"
keep the selected Branch "master"
Gitimport4.png
click "Next >"
select the target direcctory where you'd like to keep the project locally
Gitimport5.png
click "Next >"
keep the wizard "Import existing Eclipse projects"
Gitimport6.png
click "Next >"
keep all imported projects
Gitimport7.png
click "Next >"
There will be initial build errors since this is maven multi-module project and their are some interdependencies between the modules. Do a right-click "Run As/Maven install" on the main project com.bitplan.simplegraph to fix this

Importing new modules

If you installed the project to eclipse a while ago and new modules have been added to the github repository you might want to import these.

  1. do a team/pull
  2. optionally check with right click show in / system explorer to see the new subdirectories
  3. right click import/Project from git
  4. choose Existing local repository
  5. select com.bitplan.simplegraph
  6. then select the module you would like to add

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


In Internet Explorer versions up to 8, things inside the canvas are inaccessible!