Installation Cubits Plugin (Bitcoin)

Hallo Leute,

ich möchte folgendes Plugin installieren:

Aus der Anleitung:

  1. initialise the cubits-php submodule (instructions are above)
  2. Add the ‘Frontend’ folder to an zip-file.
  3. Go to your Shopware Shop administration. Einstellungen -> Plugin Manager -> click [Plugin manuell hinzufügen]
  4. Select your zip-file.
  5. Create an API/Secret pair in your merchant account.
  6. Activate the plugin in Shopware.
  7. Enter your API/Secret from step 4.

konnte ich alles ausser 1. erfolgreich abschließen. Jedoch weiss ich nicht, wie mit der Beschreibung:

  • from the plugin root
  • git submodule init
  • git submodule update

umzugehen ist. Ich hab versucht die cmds im Pluginordner auszuführen, aber bekomme einen Hinweis:

-> fatal: Not a git repository (or any of the parent directories): .git

Ich verweise dabei auf:

-> https://github.com/cubits/cubits-shopware.git

Ich bin nicht sehr bewandert im Umgang mit github. Vielleicht kann mir jemand helfen und mir den Fehler zeigen?

Danke!

Moin,

Du suchst Dir einen Ordner auf Deinem Rechner außerhalb von shopware.

Dann (Eine Zeile = Ein Befehl):

git clone https://github.com/cubits/cubits-shopware.git
cd cubits-shopware
git submodule init
git submodule update
zip CubitsShopware.zip Frontend

Das resultierende Zip ist dann das, das hochgeladen werden soll. (siehe Anleitung)

Gruß, Niklas

1 „Gefällt mir“

Hi und danke für die schnelle Antwort!

Ich bekomme nach dem Befehl

  • git submodule update

die Fehlermeldung

Permission denied (publickey).

fatal: Could not read from remote repository.

Viele Grüße

Dean

…und die nächste Antwort lässt dann vier Tage auf sich warten, sorry. :-/

Der Fehler tritt auf, wenn Du nicht per https wie im Beispiel, sondern per ssh klonen möchtest und deine Keys nicht richtig gesetzt sind.
Siehe auch: https://help.github.com/articles/error-permission-denied-publickey/

Gruß, Niklas