Functional Testing

Shell scripts to test k8s and os conversion
which can be ran by following command in root dir
`./script/test/cmd/tests.sh`
This commit is contained in:
Suraj Deshmukh
2016-08-08 04:39:10 +00:00
parent 786f0fee9b
commit 9a4e953555
35 changed files with 2918 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
## Docker Compose Etherpad
Etherpad and Mariadb
### Usage
The simplest thing to do:
```bash
export $(cat envs)
docker-compose up
```
To customize the values edit `envs` file.