Correct README.org for farmos installation.
This commit is contained in:
@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
I created this simplified helm chart for self-hosting farmos in a container on kubernetes. Complete the steps below to deploy this chart.
|
I created this simplified helm chart for self-hosting farmos in a container on kubernetes. Complete the steps below to deploy this chart.
|
||||||
|
|
||||||
#+NAME: Deploy gitea via helm
|
#+NAME: Deploy farmos via helm
|
||||||
#+begin_src tmux
|
#+begin_src tmux
|
||||||
# Ensure gitea namespace exists
|
# Ensure farmos namespace exists
|
||||||
sudo kubectl create namespace jamma-farmos
|
sudo kubectl create namespace jamma-farmos
|
||||||
|
|
||||||
# Create directories if they don't already exist
|
# Create directories if they don't already exist
|
||||||
mkdir --parent "/home/${USER}/Services/farmos"
|
mkdir --parent "/home/${USER}/Services/farmos"
|
||||||
|
|
||||||
# Clone charts repository
|
# Clone charts repository
|
||||||
cd "/home/${USER}/Services/gitea" && git clone https://gitea.jamma.life/jmhbnz/charts.git
|
cd "/home/${USER}/Services/farmos" && git clone https://gitea.jamma.life/jmhbnz/charts.git
|
||||||
|
|
||||||
# Ensure the repository is up to date
|
# Ensure the repository is up to date
|
||||||
cd charts/farmos && git pull
|
cd charts/farmos && git pull
|
||||||
|
|||||||
Reference in New Issue
Block a user