https://github.com/qualisystems/qualixdocker
https://github.com/qualisystems/qualixdocker
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qualisystems/qualixdocker
- Owner: QualiSystems
- License: mit
- Created: 2019-06-03T12:21:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T12:18:39.000Z (over 5 years ago)
- Last Synced: 2025-01-14T01:11:58.165Z (over 1 year ago)
- Language: Shell
- Size: 83 KB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/QualiSystems/QualixDocker)
## Qualix
This Qualix solution is based on Docker technology.
To run Qualix under docker host, first, install docker engine on your host. you may find all the instructions [on Docker website](https://docs.docker.com/install/)
### Production
To test end-to-end Qualix deployment on docker in production Environment, please download the [installation script](https://quali-prod-binaries.s3.amazonaws.com/guacamole-quali-install-docker.sh) and run it from clean Linux host.
After installation, you will have 3 scripts to manage the enviroment:
1. *`qualix_start`* - start the containers stack
2. *`qualix_stop`* - stop the containers
3. *`qualix_status`* - check the status of the Qualix containers
You may get all the logs with:
get logs of quacamole: docker logs -f **
You may attach to shell with: docker exec -it **/bin/sh -c "[ -e /bin/bash ] && /bin/bash || /bin/sh" \
You may find more info in the help center: [Qualix Getting Started](https://support.quali.com/hc/en-us/articles/231607307-QualiX-Getting-Started-Guide)
### Development
During development phase you may find most of the scripts unders `script` directory, and some of them under the `deployment` directory.
To build the images, run the script:
./deployment/build_all.sh
To push the images to docker-hub you can use the script:
./deployment/push.sh
Be aware to develop all the scripts in Linux to avoid invalid charecters.