Initial commit
This commit is contained in:
commit
8475a0bb1d
49 changed files with 6299 additions and 0 deletions
17
tests/mssql/README.md
Normal file
17
tests/mssql/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## Stand Documentserver with mssql
|
||||
|
||||
### How it works
|
||||
|
||||
For deploy stand:
|
||||
|
||||
**STEP 1**: Build you own images:
|
||||
|
||||
```bash
|
||||
sudo docker-compose build
|
||||
```
|
||||
|
||||
**STEP 2**: Wait build complete and when:
|
||||
|
||||
```bash
|
||||
sudo docker-compose up -d
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue