Skip to content

Commit

Permalink
YAHM Release 1.5 hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsio committed Aug 10, 2016
1 parent 6761dc8 commit 7d542ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ _(Die Einrichtung des HM-MOD-RPI-PCB erfolgt automatisiert ausschließlich auf R
Es wird automatisch ein aktuelles CCU2 Image installiert und das Netzwerk konfiguriert. Diese Installation ist für wenig erfahrene Benutzer auf einem frischen minimalen Debian/Raspbian empfehlenswert. Die frisch installierte CCU2 wird eine IP per DHCP abrufen, diese kann durch **sudo yahm-ctl info** nach dem Start des Kontainers angezeigt werden.

```
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -s quickinstall -
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -s quickinstall -
```

### UI Modus:

```
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -s ui -
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -s ui -
```

### Angepasst:

Mit dieser Methode wird lediglich die aktuelle YAHM Version runtergeladen und unter **/opt/YAHM/bin** installiert, anschließend muss mit Hilfe von YAHM ein [LXC Kontainer](https://github.com/leonsio/YAHM/wiki/YAHM-LXC) angelegt und das [Netzwerk](https://github.com/leonsio/YAHM/wiki/YAHM-Netzwerk) konfiguriert werden.

```
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -
```

Folgende Schritte sind mindestens notwendig um ein CCU2 Image innerhalb von YAHM zu installieren:
Expand Down
2 changes: 1 addition & 1 deletion yahm-init
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cd /opt
#####################################
#### REMOVE --branch IN MASTER !!!!!#
#####################################
git clone --recursive https://github.com/leonsio/YAHM.git --branch develop 2>>/var/log/yahm/git.log >>/var/log/yahm/git.log
git clone --recursive https://github.com/leonsio/YAHM.git --branch release_1.5 2>>/var/log/yahm/git.log >>/var/log/yahm/git.log

progress "Including YAHM into PATH"
chmod +x /opt/YAHM/bin/*
Expand Down

0 comments on commit 7d542ff

Please sign in to comment.