intro.adoc 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. == First step: where are you installing?
  6. * Linux
  7. ** xref:install/container_vs_service.adoc[Containers or Service?]
  8. ** Linux Service
  9. *** xref:install/linux_fedora.adoc[Fedora Linux]
  10. *** xref:install/linux_alpine.adoc[Alpine Linux]
  11. *** xref:install/linux_manjaro.adoc[Manjaro Linux]
  12. *** xref:install/linux_arch.adoc[Arch Linux]
  13. *** xref:install/linux_rpm.adoc[Generic .rpm based Linux]
  14. *** xref:install/linux_deb.adoc[Generic .deb based Linux]
  15. *** xref:install/targz.adoc[.tar.gz Install (manual)]
  16. ** xref:install/container.adoc[Linux Container]
  17. *** xref:install/podmandocker.adoc[Docker or Podman]
  18. *** xref:install/docker_compose.adoc[Docker Compose]
  19. *** xref:install/helm.adoc[Kubernetes with Helm]
  20. *** xref:install/k8s.adoc[Kubernetes with Manifests]
  21. * xref:install/bsd.adoc[BSD]
  22. * Windows
  23. ** xref:install/windows.adoc[Windows]
  24. ** xref:install/windows.adoc[Windows Service]
  25. * macOS
  26. ** xref:install/macos.adoc[macOS Desktop]
  27. ** xref:install/macos.adoc[macOS Service]
  28. == Where to find help
  29. include::partial$support.adoc[]
  30. == What's Next?
  31. After installing OliveTin, follow these steps to get started:
  32. * xref:config.adoc[Learn about configuration] - Understand how OliveTin's configuration works
  33. * xref:action_buttons/create_your_first.adoc[Create your first action] - Build a simple action to test your installation
  34. * xref:action_examples/intro.adoc[Explore action examples] - See what OliveTin can do with real-world examples
  35. * xref:solutions/intro.adoc[Check out solutions] - Find complete configurations for common use cases
  36. * xref:reverse-proxies/intro.adoc[Set up a reverse proxy] - Configure secure access through a reverse proxy