intro.adoc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. = Installation guide
  2. == Preparation
  3. You will need approximately **10 minutes** to install OliveTin on almost every platform, with root/system administrator access in most cases.
  4. You probably will need about **10-20 minutes** to understand how OliveTin configuration works, and to be able to write your first action to make it do something useful.
  5. == Where to find help
  6. include::partial$support.adoc[]
  7. == First step: where are you installing?
  8. * Linux
  9. ** xref:install/container_vs_service.adoc[Containers or Service?]
  10. ** Linux Service
  11. *** xref:install/linux_fedora.adoc[Fedora Linux]
  12. *** xref:install/linux_alpine.adoc[Alpine Linux]
  13. *** xref:install/linux_manjaro.adoc[Manjaro Linux]
  14. *** xref:install/linux_arch.adoc[Arch Linux]
  15. *** xref:install/linux_rpm.adoc[Generic .rpm based Linux]
  16. *** xref:install/linux_deb.adoc[Generic .deb based Linux]
  17. *** xref:install/targz.adoc[.tar.gz Install (manual)]
  18. ** xref:install/container.adoc[Linux Container]
  19. *** xref:install/podmandocker.adoc[Docker or Podman]
  20. *** xref:install/docker_compose.adoc[Docker Compose]
  21. *** xref:install/helm.adoc[Kubernetes with Helm]
  22. *** xref:install/k8s.adoc[Kubernetes with Manifests]
  23. * xref:install/bsd.adoc[FreeBSD]
  24. * xref:install/windows.adoc[Windows]
  25. * xref:install/macos.adoc[MacOS]
  26. == What's Next?
  27. After installing OliveTin, follow these steps to get started:
  28. * xref:config.adoc[Learn about configuration] - Understand how OliveTin's configuration works
  29. * xref:action_execution/create_your_first.adoc[Create your first action] - Build a simple action to test your installation
  30. * xref:action_examples/intro.adoc[Explore action examples] - See what OliveTin can do with real-world examples
  31. * xref:solutions/intro.adoc[Check out solutions] - Find complete configurations for common use cases
  32. * xref:reverse-proxies/intro.adoc[Set up a reverse proxy] - Configure secure access through a reverse proxy