Lancio ricostruisci app non carica i plugin

## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-ai.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
          - git clone https://github.com/discourse/discourse-doc-categories.git
          - git clone https://github.com/discourse/discourse-gamification.git
          - git clone https://github.com/discourse/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-algolia.git
          - git clone https://github.com/discourse/discourse-staff-alias.git
          - git clone https://github.com/discourse/discourse-yearly-review.git
          - git clone https://github.com/discourse/discourse-reactions.git
          - git clone https://github.com/discourse/discourse-google-one-tap.git
          - git clone https://github.com/discourse/discourse-cakeday.git
          - git clone https://github.com/discourse/discourse-hcaptcha.git
          - git clone https://github.com/discourse/discourse-policy.git
          - git clone https://github.com/discourse/discourse-akismet.git
          - git clone https://github.com/discourse/discourse-gated-topics-in-category.git
          - git clone https://github.com/discourse/discourse-assign.git
          - git clone https://github.com/discourse/discourse-saved-searches.git
          - git clone https://github.com/discourse/discourse-fingerprint.git
          - git clone https://github.com/communiteq/discourse-private-replies.git
## Any custom commands to run after building
run:
  - exec: echo "Beginning of custom commands"
  ## If you want to set the 'From' email address for your first registration, uncomment and change:
  ## After getting the first signup email, re-comment the line. It only needs to run once.
  #- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
  - exec: echo "End of custom commands"

./launcher rebuild app
non aggiunge il plugin appena aggiunto
nessun errore
Cosa mi manca?

Che programma stai usando per l’esecuzione?

Non ho capito. Scusa. Puoi spiegare un po’ di più cosa intendi con What program

1 Mi Piace

Qual programma SSH stai usando per aggiornare il comando ./launcher rebuild app?

PuTTY: ultima versione (0.81)

l’ho usato prima e ha funzionato molto bene.

La ricostruzione è stata completata e ha indicato che stava distruggendo e avviando un nuovo container?

Cosa mostra

docker ps

?

1 Mi Piace

Ti ho inviato un DM

Se qualcuno ha un problema simile
L’ho risolto facendo corrispondere anche la versione del client e del server all’API.
solo allora aiuterĂ  a creare nuovi plugin.
Prima.


Dopo

1 Mi Piace

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.