Difference between revisions of "SimpleGraph-Installation"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "{{Article|title=SimpleGraph Installation|text= = Eclipse = = Maven command line = <source lang='bash'> git clone https://github.com/BITPlan/com.bitplan.simplegraph cd com.bitp...")
 
Line 8: Line 8:
 
</source>
 
</source>
 
}}
 
}}
 +
== expected result ==
 +
<source lang='bash'>
 +
[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
 +
</source>
 
[[Category:frontend]]
 
[[Category:frontend]]
 
[[Category:SiGNaL]]
 
[[Category:SiGNaL]]
 
[[Category:SimpleGraph]]
 
[[Category:SimpleGraph]]

Revision as of 08:17, 16 February 2018

SimpleGraph Installation

Eclipse

Maven command line

git clone https://github.com/BITPlan/com.bitplan.simplegraph
cd com.bitplan.simplegraph/
mvn install


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

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