Update 'README.md'
This commit is contained in:
parent
97fe7deb82
commit
0cde91ff1d
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -1,2 +1,20 @@
|
|||
# coins-demo-minikube
|
||||
# Automated deploy of django project.
|
||||
|
||||
This is minicube version https://git.ix.gs/public/coins-demo, I build it bcause version with single node k8s still not stable in my test environment.
|
||||
Minicube version of this deployment require superuser (uid 0) permissions.
|
||||
|
||||
### Pre requires:
|
||||
1. x86_64 deb based Linux distribution. Tested on Debian 9, but must work on any Debian based distro.
|
||||
2. Internet access
|
||||
3. GIT (`apt-get update && apt-get install -y git`)
|
||||
4. Ansible (`apt-get update && apt-get install -y ansible`)
|
||||
|
||||
### Known bugs and limitation:
|
||||
1. This solution not working on VirtualBox, but working fine on bare metall debian instalation.
|
||||
|
||||
### For start adventures:
|
||||
1. Just clone this repo
|
||||
2. Go to the repo directory
|
||||
3. And type `./runme.sh` in your shell
|
||||
|
||||
### What happened after you run this script:
|
Loading…
Reference in a new issue