Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update INSTALL file #75

Merged
merged 1 commit into from
Jan 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* This is a headers-only library, no compilation/installation necessary

* Persistent Memory Graph Database (PMGD)
* Download version 1.0.0 from: https://github.com/IntelLabs/pmgd/releases
* Download version 2.0.0 from: https://github.com/IntelLabs/pmgd/releases
* Follow installation instructions

* Visual Compute Library
* Download version 0.1.0 from: https://github.com/IntelLabs/vcl/releases
* Download version 1.0.0 from: https://github.com/IntelLabs/vcl/releases
* Follow installation instructions

### Python Client Module
Expand Down Expand Up @@ -66,8 +66,6 @@ Some of the parameters include the TCP port that will be use for incoming
connections, maximun number of simultaneous clients, and paths to the
folders where data/metadata will be stored.

**Note:** The folders must already exists in the filesystem.

We provide a script (run_server.sh) that will create some default directories,
corresponding the default values in the config-vdms.json.

Expand Down