dogvscat
Sample Docker Swarm cluster stack of tools
File Explorer
Download Latest Version (.zip)- conf.yaml
- terraform.tfvars.centos-7.example
- terraform.tfvars.oraclelinux-7.3.example
- terraform.tfvars.rhel-7.1.example
- terraform.tfvars.rhel-7.2.example
- terraform.tfvars.rhel-7.3.example
- terraform.tfvars.rhel-7.4.example
- terraform.tfvars.sles-12.2.example
- terraform.tfvars.ubuntu-1404.example
- terraform.tfvars.ubuntu-1604.example
- all.example
- linux
- managers
- windows
- 2.groups
- inventory.tpl
- main.tf
- outputs.tf
- provider.tf
- variables.tf
- main.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- main.yml
- main.yml
- main.yml
- main.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- main.yml
- main.yml
- get-running-replica-id.yml
- main.yml
- main.yml
- redhat.py
- redhat.pyc
- main.yml
- 14.04.yml
- 16.04.yml
- Ubuntu.yml
- .unix.post.yml
- .unix.pre.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- 14.04.yml
- 16.04.yml
- Ubuntu.yml
- CentOS.yml
- OracleLinux.yml
- RedHat.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- .unix.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- .unix.pre.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- main.yml
- main.yml
- CentOS.yml
- OracleLinux.yml
- RedHat.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- .gitignore
- .travis.yml
- Makefile
- CentOS.yml
- OracleLinux.yml
- RedHat.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- main.yml
- main.yml
- main.yml
- main.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- main.yml
- main.yml
- main.yml
- .gitignore
- .gitkeep
- makecert.sh
- openssl.cnf.example
- main.yml
- main.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- main.yml
- main.yml
- main.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- main.yml
- main.yml
- Debian.yml
- main.yml
- RedHat.yml
- Sles.yml
- haproxy.cfg.j2
- CentOS.yml
- OracleLinux.yml
- RedHat.yml
- Debian.yml
- main.yml
- RedHat.yml
- Suse.yml
- Windows.yml
- .gitignore
- ansible.cfg
- ansible_inventory.tf
- cloustor.tf
- COMMIT
- common.tf
- elb.tf
- extras.yml
- iam.tf
- install.yml
- instances.tf
- ipallocator.yml
- logs.yml
- outputs.tf
- provider.tf
- s3.tf
- security-group.tf
- setup-windows.ps1
- terraform.tfvars.example
- uninstall.yml
- update.yml
- variables.tf
- vpc.tf
- Dockerfile
- index.html
- Dockerfile
- index.html
- .gitattributes
- .gitignore
- .gitmodules
- create-servers.sh
- create-swarm.sh
- daemon.json
- delete-servers.sh
- docker-elk
- enable-monitoring.sh
- generate-some-votes.sh
- ghost.dockerapp
- hash-config-secret.sh
- LICENSE
- logstash.conf
- make-data.py
- menu.dockerapp
- old-stack-proxy.yml
- posta
- postb
- README.md
- secret-ghost-db
- stack-ee-ghost.yml
- stack-ee-menu.yml
- stack-ee-voting.yml
- stack-elk.override.yml
- stack-elk.yml
- stack-ghost.yml
- stack-menu.yml
- stack-portainer.yml
- stack-proxy-global.yml
- stack-proxy.yml
- stack-prune.yml
- stack-rexray.yml
- stack-sqlite-ghost.yml
- stack-swarmprom.yml
- stack-visualizer.yml
- stack-voting.yml
- swarmprom
- voting.dockerapp
# Installation Guide
1. Get the code
git clone https://github.com/BretFisher/dogvscat
Downloads the entire project code from GitHub to your computer.
cd dogvscat
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
DO_SIZE #instance size for Digital Ocean to use for docker-machine
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd dci-aws/roles/docker-ee
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
