Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/repo-graph/README.md')
-rw-r--r--cmd/repo-graph/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/repo-graph/README.md b/cmd/repo-graph/README.md
new file mode 100644
index 000000000..530c8b6b5
--- /dev/null
+++ b/cmd/repo-graph/README.md
@@ -0,0 +1,4 @@
+1. `cd` into the `repo-graph` directory.
+1. Generate the *.csv files to import into the database by running `go run main.go <path-to-.git-dir>`
+1. Run `./launch_db.sh` to launch the database. Web console is available at `localhost:7474`.
+1. Run the query from `load_csv.cypher` in the web console to load the data.