The Kernel
The Arupa Kernel is the host process. It provides the HTTP server, loads services, and applies shared authentication and access rules. The Kernel does not provide a complete management interface by itself.Services
Services are packages that add features to the Kernel. A service can provide HTTP routes, static files, and a proxy to a server it already runs. Core services provide the essential parts of an Arupa installation; you can add more services as needed.What to do next
- Install the Kernel with a binary or Docker.
- Get the packages you need from the Coreplugins documentation.
- Install the service packages and configure users and access rules before making Arupa available to others.