Skip to content

Commit 78ccd74

Browse files
committed
Finish easy install instructions
1 parent db72fce commit 78ccd74

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,8 @@ To build a copy of AlzKB's graph database, you can either:
4040
### Install from CYPHERL file (easy)
4141
- 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).
4242
- 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):
56-
57-
`$ neo4j-admin load --verbose --force --database=neo4j --from=~/Downloads/alzkb.dump`
58-
59-
- Start the Neo4j database and open it to verify everything looks good.
43+
- For other ways to import the CYPHERL file into a Memgraph server, see [here](https://memgraph.com/docs/data-migration/cypherl)
44+
- In Memgraph Lab, navigate to _Query execution_ to start querying the knowledge graph.
6045

6146
### Build from scratch (less easy)
6247

0 commit comments

Comments
 (0)