Skip to content

Commit

Permalink
Issue #000 fix: doc path correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshkumargangula committed Aug 19, 2021
1 parent 4f0a51e commit 8b407b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master-data/loading-seed-data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Loading seed data to neo4j database
1. Download [neo4j graph.db file](../master-data/master-data/neo4j-graph.db.zip) and extract it.
1. Download [neo4j graph.db file](../master-data/neo4j-graph.db.zip) and extract it.
2. Before loading seed data, stop neo4j container.
```shell
docker stop sunbird_neo4j
Expand All @@ -11,7 +11,7 @@ docker start sunbird_neo4j
```

## Loading seed data to cassandra database
1. Download [cassandra backup file](../master-data/master-data/cassandra_backup.tar.gz) and extract it.
1. Download [cassandra backup file](../master-data/cassandra_backup.tar.gz) and extract it.
2. stop cassandra container.
```shell
docker stop sunbird_cassandra
Expand Down

0 comments on commit 8b407b9

Please sign in to comment.