You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,23 +40,8 @@ To build a copy of AlzKB's graph database, you can either:
40
40
### Install from CYPHERL file (easy)
41
41
- Visit the [Releases page](https://github.com/EpistasisLab/AlzKB/releases) and find the version of AlzKB you want to install. Unless you have a particular reason to do otherwise, this should probably be the most recent release. Follow the link in the release notes to the corresponding database dump (it will redirect to an external page).
42
42
- Using Memgraph Lab, import the downloaded CYPHERL file by navigating to _Import & Export_ and then click the _Import Data_ button.
43
-
44
-
45
-
46
-
47
-
- Use the `neo4j-admin` utility (included with Neo4j) to import the database
48
-
from the dump. You may need to add the program to your `PATH` variable or
49
-
similar; if using Neo4j Desktop you can open a terminal window from within the
50
-
application and use `cd bin` to access the directory where the `neo4j-admin`
51
-
program is located. **(If you are installing on Neo4j Server the following
52
-
command needs to be run by the appropriate user; this is often `neo4j`)**
53
-
Assuming that `neo4j-admin` is accessible in your current directory, an
54
-
example import command for UNIX-based operating systems could look like this
55
-
(substitute database name and dump location as needed):
0 commit comments