Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
f645333f
Commit
f645333f
authored
2 years ago
by
Mahesh Kumar Gangula
Browse files
Options
Download
Patches
Plain Diff
feat (doc): local setup using kubernetes.
parent
e234c8ad
release-5.3.0
knowlg-oneclick
local-setup-kube
patch-1
patch-2
patch-3
release-5.2.0
release-5.2.0_RC2
release-5.2.0_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
KNOWLG-SETUP.md
+10
-2
KNOWLG-SETUP.md
with
10 additions
and
2 deletions
+10
-2
KNOWLG-SETUP.md
+
10
−
2
View file @
f645333f
...
...
@@ -79,12 +79,20 @@ It requires the below DBs for Knowlg.
```
shell
cd
kubernetes
helm
install
redis sunbird-dbs/redis
-n
knowlg-db
minikube mount <LOCAL_SOURCE_DIR>:/var/lib/neo4j/data // LOCAL_SOURCE_DIR is where neo4j dump is extracted Ex: /Users/abc/sunbird-dbs/neo4j/data
helm
install
neo4j sunbird-dbs/neo4j
-n
knowlg-db
minikube mount <LOCAL_SOURCE_DIR>:/mnt/backups // LOCAL_SOURCE_DIR is where neo4j dump is extracted Ex: /Users/abc/sunbird-dbs/cassandra/backups
helm
install
cassandra sunbird-dbs/cassandra
-n
knowlg-db
ssh to cassandra pod
run
=>
cqlsh
run
=>
source
'/mnt/backups/cassandra_backup/db_schema.cql'
;
```
**Note:**
1.
The
`helm`
charts for Kafka, Elasticsearch will be added soon.
2.
The documentation will be updated to enable seed data while starting the service.
-
The
`helm`
charts for Kafka, Elasticsearch will be added soon.
### Define ConfigMap
We use the configmap to load the configuration for the microservices.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets