gaudi
Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.
File Explorer
Download Latest Version (.zip)- container.go
- container_test.go
- containerCollection.go
- docker.go
- .gaudi.yml
- .gaudi.yml
- .gaudi.yml
- index.html
- .gaudi.yml
- index.php
- .gaudi.yml
- index.php
- .gaudi.yml
- .gaudi.yml
- app.go
- .gaudi.yml
- .gaudi.yml
- app.js
- Dockerfile
- log.txt
- .gaudi.yml
- .gaudi.yml
- .gaudi.yml
- Dockerfile
- .gaudi.yml
- .gaudi.yml
- app.go
- .gaudi.yml
- app.go
- index.php
- .gaudi.yml
- composer.json
- .gaudi.yml
- .gaudi.yml
- .gaudi.yml
- default.html
- index.html
- .gaudi.yml
- _config.yml
- index.html
- .gaudi.yml
- init.sh
- .gaudi.yml
- .gaudi.yml
- index.html
- .gaudi.yml
- hello.php
- .gaudi.yml
- hello.php
- .gaudi.yml
- server.js
- .gaudi.yml
- Dockerfile
- log.txt
- .gaudi.yml
- .gaudi.yml
- hello.php
- .gaudi.yml
- .gaudi.yml
- server.js
- .gaudi.yml
- hello.py
- .gaudi.yml
- app.py
- .gaudi.yml
- app.py
- .gaudi.yml
- producer.py
- worker.py
- .gaudi.yml
- hello.rb
- .gaudi.yml
- .gaudi.yml
- init.sh
- .gaudi.yml
- .gaudi.yml
- .gaudi.yml
- index.html
- .gaudi.yml
- index.php
- gaudi.go
- gaudi_unit_test.go
- addUserFiles.txt
- beforeAfterScripts.txt
- installDjango.txt
- installNodeJS.txt
- installPython.txt
- installRvm.txt
- updateApt.txt
- Dockerfile
- 000-default
- Dockerfile
- fastcgi.conf
- ports.conf
- setup.sh
- Dockerfile
- Dockerfile
- Dockerfile
- Dockerfile
- setup.sh
- Dockerfile
- Dockerfile
- Dockerfile
- graphite_syncdb
- nginx.conf
- Dockerfile
- Dockerfile
- Dockerfile
- Dockerfile
- setup.sh
- default
- Dockerfile
- setup.sh
- Dockerfile
- Dockerfile
- Dockerfile
- Dockerfile
- setup.sh
- Dockerfile
- setup.sh
- Dockerfile
- Dockerfile
- 000-default
- Dockerfile
- ports.conf
- setup.sh
- Dockerfile
- Dockerfile
- default.vcl
- Dockerfile
- setup.sh
- varnish.conf
- README.md
- ok.php
- gaudi_functional_test.go
- util.go
- .gitignore
- .goxc.json
- .travis.yml
- CHANGELOG.md
- LICENSE
- main.go
- makefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/marmelab/gaudi
Downloads the entire project code from GitHub to your computer.
cd gaudi
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install gaudi
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
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).
make apt
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.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
