Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
teaching:infoh415:tp [2019/10/08 16:30]
gdejaege
teaching:infoh415:tp [2019/10/08 16:33]
gdejaege
Line 31: Line 31:
  
 ==== Sessions 4, ... ? ==== ==== Sessions 4, ... ? ====
-In Linux, login, then open a terminal windowand the following ​should work:+ 
 +The commands needed to start the server are written here under. Do not forget to first select the correct databasa as written in the assignment. 
 + 
 +In Linux, login, then open a terminal window and type the following ​commands:
  
 cd /tmp cd /tmp
 +
 tar xJf /​serveur/​neo4j.tar.xz tar xJf /​serveur/​neo4j.tar.xz
 +
 cd neo4j cd neo4j
 +
 ./bin/neo4j console ./bin/neo4j console
  
 +
 +This will launch the server. The address where you can execute your queries should appear in the terminal.
  
   * {{:​teaching:​infoh415:​assigment_graph.pdf|Exercices on Graph Databases}}   * {{:​teaching:​infoh415:​assigment_graph.pdf|Exercices on Graph Databases}}
 
teaching/infoh415/tp.txt · Last modified: 2024/02/15 11:03 by ezimanyi