blob: 34e30dafff65363b797abef97a2d5cd719e06c41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#### Pre-Requisites
1. Install Docker https://docs.docker.com/engine/installation/
2. Install Docker Compose https://docs.docker.com/compose/install/#install-compose
3. install git
#### Help for deploying Yaksh interface.
- To get help while deployment
$ make help
- Clone yaksh form github:
$ make clone
- Build docker images:
$ make build
- To run containers:
$ make start
- You need to create super a user to work with yaksh:
$ make createsuperuser
- Now Your interface is ready. You can access it using browser just go to http://localhost:8000
- Clean your docker containers:
$ make clean
- other utilities like restart, tail, status
|