Main packages: | lib | proxy | cli |
Container-Backends: | engine_docker | ||
Database Drivers: | db_mysql | db_mongo | |
Plugins: | php_xdebug | ||
Related Projects: | configcrunch | ||
More: | docs | repo | docker_images |
Riptide is a set of tools to manage development environments for web applications. It's using container virtualization tools, such as Docker to run all services needed for a project.
It's goal is to be easy to use by developers. Riptide abstracts the virtualization in such a way that the environment behaves exactly as if you were running it natively, without the need to install any other requirements the project may have.
Installing this package will install all Riptide components in the matching version numbers.
This repository additionally contains a Nix Flake for installing and configuring Riptide on NixOS and on macOS via nix-darwin. See the documentation for more information:
- NixOS module <http://riptide-docs.readthedocs.io/en/latest/installation/linux_nixos.html>
- nix-darwin module <http://riptide-docs.readthedocs.io/en/latest/installation/macos_nix_darwin.html>
The complete documentation for Riptide can be found at Read the Docs.