Skip to content

Commit

Permalink
coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
vcmirko committed Jul 31, 2023
1 parent 8938481 commit 02bc3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/doks-theme/_layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ <h1 class="hero-subheader__title">{{ page.title }}</h1>
<i class="icon icon--arrow-right"></i>
</a>
{% endif %}
<br>
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Buy me a coffee', '#29abe0', 'S6S87SJVW');kofiwidget2.draw();</script>
</p><!-- /.hero-subheader__author-title -->
<p>{{ page.author.description }}</p>
</div><!-- /.hero-subheader__author -->
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AnsibleForms can be installed in a few ways.

# Install using Docker-Compose

The recommende way to install AnsibleForms is using `Docker Compose`, which is the fastest way to start AnsibleForms with Docker. However, if you are skilled with docker and/or Kubernetes, the [docker-compose (with Kubernetes sample)](https://github.com/ansibleguy76/ansibleforms-docker), together with the environment variables should get you started as well.
The recommended way to install AnsibleForms is using `Docker Compose`, which is the fastest way to start AnsibleForms with Docker. However, if you are skilled with docker and/or Kubernetes, the [docker-compose (with Kubernetes sample)](https://github.com/ansibleguy76/ansibleforms-docker), together with the environment variables should get you started as well.

<div class="callout callout--danger">
<p><strong>Note</strong> Using docker and docker-compose for the first time, requires some basic linux skills and some knowledge about containers</p>
Expand Down

0 comments on commit 02bc3dc

Please sign in to comment.