4
0

post_generic.adoc 928 B

12345678910111213141516171819202122232425
  1. == Post installation
  2. You will need to write a basic configuration file before OliveTin will startup.
  3. Edit the basic config file at `config.yaml` with the following contents;
  4. .The most simple `config.yaml` file.
  5. [source,yaml]
  6. ----
  7. actions:
  8. - title: "Hello world!"
  9. shell: echo 'Hello World!'
  10. ----
  11. Start OliveTin, preferably via a terminal. On Unix based systems (eg MacOS, BSD, Linux, etc) you can just run `./OliveTin`. On Windows you would run `OliveTin.exe` in windows terminal.
  12. include::partial$install/to_config.adoc[]
  13. == Troubleshooting installations
  14. If you are having problems, OliveTin will log it's status on startup. Check the log messages in the terminal.
  15. For tips on capturing and sharing that output, see xref:troubleshooting/service-logs.adoc[Service logs (troubleshooting)].
  16. If you cannot understand the logs, or otherwise need help, see the xref:troubleshooting/wheretofindhelp.adoc[support page].