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.
Its 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.
Riptide consists of a few repositories, find the entire overview in the documentation.
This repository implements a HTTP(s) and WebSocket reverse proxy server for use with Riptide projects. It supports auto-starting of Riptide projects. Routing of projects is based on hostnames.
If riptide-mission-control
is installed, a proxy server for it is started at control.riptide.local
(where riptide.local is your configured proxy server URL).
The for-docs branch should always be based on master. It contains only one commit that removes python-prctl and certauth from the dependencies for Read the Docs, since rtd can't install them.
If anyone knows of a better way to do this, please let me know.
The complete documentation for Riptide can be found at Read the Docs.