GP4 Installation (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
(28 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 3: Zeile 3:
 
  |[[Bild:english.png]] - [[GP4_Installation (en)|in English]]
 
  |[[Bild:english.png]] - [[GP4_Installation (en)|in English]]
 
  |}
 
  |}
[[Bild:GP4-Desktop.png|right|thumb|400px|GP4 {{Blue | Blue Panel}}]]
+
[[Datei:GP4-Desktop2.png|right|thumb|400px|GP4.1 {{Blue | Blue Panel}}]]
  
Das Gemini Project 4 installiert ihr wie folgt:
+
The Gemini Project 4 can be installed in different ways:
  
* Installieren eines Gemini Project 4 Images.
+
* Install a Gemini Project 4 Image.
* Ihr erweitert euer bestehendes Image durch die Gemini Project 4 Erweiterungen.
+
* Extend your unstable Dream Property image with Gemini Project 4 plugins.
  
===Voraussetzungen:===
+
===Requirements:===
* [[OE 2.5]] unstable Image mit  E2 Softwarestand '''>=4.3.1r28'''.
+
* Grab the latest unstable Image from [https://dreamboxupdate.com/ Dream Property] based on [[OE 2.5 (en)|OE 2.5]] or [[OE 2.6 (en)|OE 2.6]].  
* Eine funktionierende Internetverbindung für die Installation von GP4 Erweiterungen.
+
* Dreambox connected to the internet for installing the GP4 plugins.
  
{{Achtung|'''Aktualisieren einer GP3 Version'''<br />
+
{{Achtung|'''Updating from a GP3 Version'''<br />
GP4 müsst ihr von Grund auf neu installieren, updaten einer GP3 Installation ist nicht möglich! Alte Einstellungen könnt ihr nicht übernehmen (ausser gespeicherte Senderlisten).}}
+
GP4 must be installed from scratch, it's not possible to upgrade a GP3 installation! Old settings can't be migrated (except saved channel lists).}}
  
== Flashen von fertigen Gemini Project 4 Images:==
+
== Flash a Gemini Project 4 Image:==
Die Images (Basis Dream Property oder Merlin) könnt ihr euch [http://download.blue-panel.com/krogoth/gemini4-unstable/developer/ hier] runterladen und nach dem Artikel [[Image installieren]] einrichten. Sie beinhalten immer das Blue Panel, Datei-Browser und den Addonmanager.
+
The images (based on Dream Property) can be downloaded from [http://download.blue-panel.com/krogoth/gemini4-unstable/developer/ here], or [http://download.blue-panel.com/pyro/gemini4-unstable/developer/images/index.php here] and flashed as described in: [[Image installation (en)|Image installation]]. These images include the Blue Panel, File Browser and the Addon Manager. Update the image after flashing to be up to date.
  
== Manuelle Installation im Image eurer Wahl:==
+
== Manual installation:==
  
 
=== Installation via CLI: ===
 
=== Installation via CLI: ===
Verbindet euch via [[SSH]] / [[Telnet]] auf die Dreambox und führt den folgenden Befehl aus.
+
Connect with the Dreambox using [[SSH (en)|SSH]] / [[Telnet (en)|Telnet]], and execute the following command.
  
<syntaxhighlight>wget -O /tmp/geminilocale_all.deb http://download.blue-panel.com/krogoth/gemini4-unstable/geminilocale.php && dpkg -i /tmp/geminilocale_all.deb</syntaxhighlight>
+
==== OE 2.5 ====
 +
<syntaxhighlight>apt update && wget -O /tmp/geminilocale_all.deb http://download.blue-panel.com/geminilocale_gp4.php && dpkg -i /tmp/geminilocale_all.deb</syntaxhighlight>
  
Führt jetzt einen Neustart aus und anschliessend könnt ihr die GP4 Erweiterungen über die [[Installation eines .ipk-Files über die Erweiterungsverwaltung|Erweiterungsverwaltung]] von [[Dreambox OS]] installieren.
+
==== OE 2.6 ====
 +
<syntaxhighlight>apt update && wget -O /tmp/geminilocale_all.deb http://download.blue-panel.com/geminilocale_gp4.php && apt install -y /tmp/geminilocale_all.deb</syntaxhighlight>
  
 +
Reboot the Dreambox.  Now you can install the GP4 plugins over the [[Installation of an .ipk file via extension|Plugin Browser]] of [[Dreambox OS (en)|Dreambox OS]].
  
[[KAtegorie:GP4 (en)]]
+
=== Installation via Software Manager: ===
 +
==== OE 2.5 ====
 +
# Download geminilocale - [http://download.blue-panel.com/geminilocale_gp4.php geminilocale_all.deb].
 +
# Copy geminilocale via [[FTP]] to the directory '''/tmp'''.
 +
# Install geminilocale with, {{Taste|Menü}} → {{Taste|Settings}} → {{Taste|Software manager}} → {{Taste|Local Plugins...}} → {{Taste|Internal Flash}} → {{Taste|Install Plugins}} → {{Green|green}} Button.
 +
# Standby / Restart → GUI.
 +
 
 +
==== OE 2.6 ====
 +
# Download geminilocale - [http://download.blue-panel.com/geminilocale_gp4.php geminilocale_all.deb].
 +
# Download coreutils - [http://download.blue-panel.com/coreutils_arm64.php coreutils_arm64.deb].
 +
# Copy geminilocale and coreutils via [[FTP]] to the directory '''/tmp'''.
 +
# Install geminilocale and coreutils with, {{Taste|Menü}} → {{Taste|Settings}} → {{Taste|Software manager}} → {{Taste|Local Plugins...}} → {{Taste|Internal Flash}} → {{Taste|Install Plugins}} → {{Green|green}} Button.
 +
# Standby / Restart → Restart.
 +
 
 +
== Screenshots ==
 +
<gallery>
 +
Datei:Erweiterungsverwaltung Dreambox OS.png|Plugins
 +
Datei:GP4 Erweiterungen installieren.png|GP4 plugins
 +
</gallery>
 +
 
 +
[[Kategorie:GP4 (en)]]

Version vom 16. Januar 2021, 20:44 Uhr

Deutsch.png - in Deutsch English.png - in English
GP4.1 Blue Panel

The Gemini Project 4 can be installed in different ways:

  • Install a Gemini Project 4 Image.
  • Extend your unstable Dream Property image with Gemini Project 4 plugins.

Requirements:

  • Grab the latest unstable Image from Dream Property based on OE 2.5 or OE 2.6.
  • Dreambox connected to the internet for installing the GP4 plugins.
Ambox attention.png Updating from a GP3 Version

GP4 must be installed from scratch, it's not possible to upgrade a GP3 installation! Old settings can't be migrated (except saved channel lists).

Flash a Gemini Project 4 Image:

The images (based on Dream Property) can be downloaded from here, or here and flashed as described in: Image installation. These images include the Blue Panel, File Browser and the Addon Manager. Update the image after flashing to be up to date.

Manual installation:

Installation via CLI:

Connect with the Dreambox using SSH / Telnet, and execute the following command.

OE 2.5

apt update && wget -O /tmp/geminilocale_all.deb http://download.blue-panel.com/geminilocale_gp4.php && dpkg -i /tmp/geminilocale_all.deb

OE 2.6

apt update && wget -O /tmp/geminilocale_all.deb http://download.blue-panel.com/geminilocale_gp4.php && apt install -y /tmp/geminilocale_all.deb

Reboot the Dreambox. Now you can install the GP4 plugins over the Plugin Browser of Dreambox OS.

Installation via Software Manager:

OE 2.5

  1. Download geminilocale - geminilocale_all.deb.
  2. Copy geminilocale via FTP to the directory /tmp.
  3. Install geminilocale with, MenüSettingsSoftware managerLocal Plugins...Internal FlashInstall Pluginsgreen Button.
  4. Standby / Restart → GUI.

OE 2.6

  1. Download geminilocale - geminilocale_all.deb.
  2. Download coreutils - coreutils_arm64.deb.
  3. Copy geminilocale and coreutils via FTP to the directory /tmp.
  4. Install geminilocale and coreutils with, MenüSettingsSoftware managerLocal Plugins...Internal FlashInstall Pluginsgreen Button.
  5. Standby / Restart → Restart.

Screenshots