Projet

Général

Profil

Support #34896

commande passerelle-manage introuvable

Ajouté par anthony laubry il y a presque 5 ans. Mis à jour il y a presque 5 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
16 juillet 2019
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Non
Planning:
Non

Description

Bonjour,

après avoir installé l'environnement de Publik en développement local, je tente de créer un connecteur personnalisé tout en suivant la documentation sur le "développement d'un connecteur" mais lorsque je souhaite exécuter cette commande : passerelle-manage --forceuser makemigrations passerelle_test

le shell debian me dit : bash : passerelle-manage : commande introuvable

j'ai créé toute l'arborescence sous :

/home/monUserName/dev-connecteur/README
/home/monUserName/dev-connecteur/setup.py
/home/monUserName/dev-connecteur/passerelle_test/__init__.py
/home/monUserName/dev-connecteur/passerelle_test/models.py
Dans : /home/monUserName/dev-connecteur j’exécute la commande 'sudo python setup.py develop' et tout ce passe bien. Le problème que je rencontre est donc pour la migration initiale lorsque j'appelle la commande 'passerelle-manage --forceuser makemigrations passerelle_test'

je précise qu'avant de faire la commande passerelle-manage je démarre l'environnement virtuel : source /home/anthony/envs/publik-env/bin/activate

j'ai aussi créé l'arborescence suivante : /etc/passerelle/settings.d/ pour y créer le fichier : connecteur.py

Suite à la réponse sur https://bistro.entrouvert.com/question/565/commande-passerelle-manage-introuvable/
j'ai créé le fichier ~/.config/publik/settings/passerelle/settings.d/connecteur.py et supprimer l'arborescence que j'ai créé précédemment.
après avoir redémarrer le serveur, et recommencer les manipulations, rien n'y fait.

D'avance merci pour vos réponses.

Historique

#1

Mis à jour par Emmanuel Cazenave il y a presque 5 ans

  • Statut changé de Nouveau à En cours

Bonjour,

Est-ce que le fichier /home/anthony/envs/publik-env/bin/passerelle-manage existe ?

#2

Mis à jour par Emmanuel Cazenave il y a presque 5 ans

  • Statut changé de En cours à Information nécessaire
  • Assigné à mis à anthony laubry
#3

Mis à jour par anthony laubry il y a presque 5 ans

Emmanuel Cazenave a écrit :

Bonjour,

Est-ce que le fichier /home/anthony/envs/publik-env/bin/passerelle-manage existe ?

Bonjour,

non le fichier passerelle-manage n'existe pas dans le répertoire /home/anthony/envs/publik-env/bin/
que faut-il faire ?

D'avance merci.

#4

Mis à jour par Emmanuel Cazenave il y a presque 5 ans

Situation tout à fait anormale, pas d'erreurs observées lors de l'exécution de ansible-playbook .... install.yml ? (vous pouvez relancer la commande).

#5

Mis à jour par Emmanuel Cazenave il y a presque 5 ans

Et je réalise que #34690 où vous aviez lancé la commande d'installation en tant que root si j'ai bien compris, et donc probablement tout reprendre à zéro, lancer la commande ansible-playbook .... install.yml en tant que anthony, qui doit se dérouler sans erreurs pour avoir une installation fonctionnelle.

#6

Mis à jour par anthony laubry il y a presque 5 ans

Emmanuel Cazenave a écrit :

Et je réalise que #34690 où vous aviez lancé la commande d'installation en tant que root si j'ai bien compris, et donc probablement tout reprendre à zéro, lancer la commande ansible-playbook .... install.yml en tant que anthony, qui doit se dérouler sans erreurs pour avoir une installation fonctionnelle.

Comme mentionné dans le #34690, pour le problème que je rencontre actuellement, j'ai tout recommencer depuis le début et fait l'installation en tant qu' anthony. Ici je relance la commande ansible-playbook .... install.yml

Voici la sortie de la commande :

anthony@debian-Publik:~/publik-devinst$ ansible-playbook -K -i inventory.yml install.yml
BECOME password: 

PLAY [publik multitenants installation] ***********************************************************************************

TASK [Gathering Facts] ****************************************************************************************************
ok: [localhost]

TASK [facts : guess username (can be overidden in options/inventory)] *****************************************************
changed: [localhost -> localhost]

TASK [facts : set user variable] ******************************************************************************************
ok: [localhost]

TASK [base : Install system packages dependencies] ************************************************************************
ok: [localhost]

TASK [base : create the postgresql user named anthony] ********************************************************************
ok: [localhost]

TASK [base : create the virtualenv and install django] ********************************************************************
ok: [localhost]

TASK [base : create /home/anthony/src directory] **************************************************************************
ok: [localhost]

TASK [base : create misc directory] ***************************************************************************************
ok: [localhost]

TASK [base : create venv share directory] *********************************************************************************
ok: [localhost]

TASK [base : create conf directory] ***************************************************************************************
ok: [localhost]

TASK [base : create settings directory] ***********************************************************************************
ok: [localhost]

TASK [base : create getlasso script] **************************************************************************************
ok: [localhost]

TASK [base : execute getlasso] ********************************************************************************************
changed: [localhost]

TASK [base : ssh git clone eopayment] *************************************************************************************
skipping: [localhost]

TASK [base : https git clone eopayment] ***********************************************************************************
ok: [localhost]

TASK [base : pip install /home/anthony/src/eopayment] *********************************************************************
changed: [localhost]

TASK [base : build /home/anthony/src/eopayment] ***************************************************************************
changed: [localhost]

TASK [base : ssh git clone publik-base-theme] *****************************************************************************
skipping: [localhost]

TASK [base : standard git clone publik-base-theme] ************************************************************************
ok: [localhost]

TASK [base : compile theme publik-base-theme] *****************************************************************************
changed: [localhost]

TASK [base : create themes directory] *************************************************************************************
ok: [localhost]

TASK [base : link to publik-base-theme] ***********************************************************************************
ok: [localhost]

TASK [base : create cert directory] ***************************************************************************************
ok: [localhost]

TASK [base : Download fullchain.pem] **************************************************************************************
ok: [localhost]

TASK [base : Download privkey.pem] ****************************************************************************************
ok: [localhost]

TASK [hobo : ssh git clone django-mellon] *********************************************************************************
skipping: [localhost]

TASK [hobo : https git clone django-mellon] *******************************************************************************
ok: [localhost]

TASK [hobo : pip install /home/anthony/src/django-mellon] *****************************************************************
changed: [localhost]

TASK [hobo : build /home/anthony/src/django-mellon] ***********************************************************************
changed: [localhost]

TASK [hobo : ssh git clone gadjo] *****************************************************************************************
skipping: [localhost]

TASK [hobo : https git clone gadjo] ***************************************************************************************
ok: [localhost]

TASK [hobo : pip install /home/anthony/src/gadjo] *************************************************************************
changed: [localhost]

TASK [hobo : build /home/anthony/src/gadjo] *******************************************************************************
changed: [localhost]

TASK [hobo : ssh git clone debian/django-tenant-schemas] ******************************************************************
skipping: [localhost]

TASK [hobo : https git clone debian/django-tenant-schemas] ****************************************************************
ok: [localhost]

TASK [hobo : pip install /home/anthony/src/django-tenant-schemas] *********************************************************
changed: [localhost]

TASK [hobo : build /home/anthony/src/django-tenant-schemas] ***************************************************************
changed: [localhost]

TASK [hobo : ssh git clone hobo] ******************************************************************************************
skipping: [localhost]

TASK [hobo : https git clone hobo] ****************************************************************************************
changed: [localhost]

TASK [hobo : pip install /home/anthony/src/hobo] **************************************************************************
changed: [localhost]

TASK [hobo : build /home/anthony/src/hobo] ********************************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : hobo - create db] ***************************************************************************************
changed: [localhost]

TASK [app-setup : hobo - /var/lib directory] ******************************************************************************
changed: [localhost]

TASK [app-setup : hobo - /var/lib tenants directory] **********************************************************************
changed: [localhost]

TASK [app-setup : hobo - /etc directory] **********************************************************************************
changed: [localhost]

TASK [app-setup : hobo - secret file] *************************************************************************************
changed: [localhost]

TASK [app-setup : hobo - generate secret] *********************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : hobo - settings file] ***********************************************************************************
changed: [localhost]

TASK [app-setup : hobo - manage script] ***********************************************************************************
changed: [localhost]

TASK [app-setup : hobo - migrate schemas] *********************************************************************************
changed: [localhost]

TASK [app-setup : hobo - compile scss] ************************************************************************************
skipping: [localhost]

TASK [app-setup : hobo - collect statics] *********************************************************************************
changed: [localhost]

TASK [app-setup : hobo - server script] ***********************************************************************************
changed: [localhost]

TASK [app-setup : hobo - server log directory] ****************************************************************************
changed: [localhost]

TASK [app-setup : hobo - server supervisor configuration] *****************************************************************
changed: [localhost]

TASK [nginx-setup : hobo - nginx server settings] *************************************************************************
changed: [localhost]

TASK [nginx-setup : hobo - a2ensite nginx server] *************************************************************************
changed: [localhost]

TASK [authentic : ssh git clone authentic] ********************************************************************************
skipping: [localhost]

TASK [authentic : https git clone authentic] ******************************************************************************
changed: [localhost]

TASK [authentic : pip install /home/anthony/src/authentic] ****************************************************************
changed: [localhost]

TASK [authentic : build /home/anthony/src/authentic] **********************************************************************
changed: [localhost]

TASK [authentic : install python-memcached] *******************************************************************************
changed: [localhost]

TASK [authentic : ssh git clone authentic2-auth-fc] ***********************************************************************
skipping: [localhost]

TASK [authentic : https git clone authentic2-auth-fc] *********************************************************************
changed: [localhost]

TASK [authentic : pip install /home/anthony/src/authentic2-auth-fc] *******************************************************
changed: [localhost]

TASK [authentic : build /home/anthony/src/authentic2-auth-fc] *************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : authentic - create db] **********************************************************************************
changed: [localhost]

TASK [app-setup : authentic - /var/lib directory] *************************************************************************
changed: [localhost]

TASK [app-setup : authentic - /var/lib tenants directory] *****************************************************************
changed: [localhost]

TASK [app-setup : authentic - /etc directory] *****************************************************************************
changed: [localhost]

TASK [app-setup : authentic - secret file] ********************************************************************************
changed: [localhost]

TASK [app-setup : authentic - generate secret] ****************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : authentic - settings file] ******************************************************************************
changed: [localhost]

TASK [app-setup : authentic - manage script] ******************************************************************************
changed: [localhost]

TASK [app-setup : authentic - migrate schemas] ****************************************************************************
changed: [localhost]

TASK [app-setup : authentic - compile scss] *******************************************************************************
skipping: [localhost]

TASK [app-setup : authentic - collect statics] ****************************************************************************
changed: [localhost]

TASK [app-setup : authentic - server script] ******************************************************************************
changed: [localhost]

TASK [app-setup : authentic - server log directory] ***********************************************************************
changed: [localhost]

TASK [app-setup : authentic - server supervisor configuration] ************************************************************
changed: [localhost]

TASK [nginx-setup : authentic - nginx server settings] ********************************************************************
changed: [localhost]

TASK [nginx-setup : authentic - a2ensite nginx server] ********************************************************************
changed: [localhost]

TASK [combo : ssh git clone debian/django-ckeditor] ***********************************************************************
skipping: [localhost]

TASK [combo : https git clone debian/django-ckeditor] *********************************************************************
changed: [localhost]

TASK [combo : pip install /home/anthony/src/django-ckeditor] **************************************************************
changed: [localhost]

TASK [combo : build /home/anthony/src/django-ckeditor] ********************************************************************
changed: [localhost]

TASK [combo : ssh git clone combo] ****************************************************************************************
skipping: [localhost]

TASK [combo : https git clone combo] **************************************************************************************
changed: [localhost]

TASK [combo : pip install /home/anthony/src/combo] ************************************************************************
changed: [localhost]

TASK [combo : build /home/anthony/src/combo] ******************************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : combo - create db] **************************************************************************************
changed: [localhost]

TASK [app-setup : combo - /var/lib directory] *****************************************************************************
changed: [localhost]

TASK [app-setup : combo - /var/lib tenants directory] *********************************************************************
changed: [localhost]

TASK [app-setup : combo - /etc directory] *********************************************************************************
changed: [localhost]

TASK [app-setup : combo - secret file] ************************************************************************************
changed: [localhost]

TASK [app-setup : combo - generate secret] ********************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : combo - settings file] **********************************************************************************
changed: [localhost]

TASK [app-setup : combo - manage script] **********************************************************************************
changed: [localhost]

TASK [app-setup : combo - migrate schemas] ********************************************************************************
changed: [localhost]

TASK [app-setup : combo - compile scss] ***********************************************************************************
skipping: [localhost]

TASK [app-setup : combo - collect statics] ********************************************************************************
changed: [localhost]

TASK [app-setup : combo - server script] **********************************************************************************
changed: [localhost]

TASK [app-setup : combo - server log directory] ***************************************************************************
changed: [localhost]

TASK [app-setup : combo - server supervisor configuration] ****************************************************************
changed: [localhost]

TASK [nginx-setup : combo - nginx server settings] ************************************************************************
changed: [localhost]

TASK [nginx-setup : combo - a2ensite nginx server] ************************************************************************
changed: [localhost]

TASK [wcs : copy wcs requirements.txt] ************************************************************************************
changed: [localhost]

TASK [wcs : pip install requirements for wcs] *****************************************************************************
changed: [localhost]

TASK [wcs : ssh git clone wcs] ********************************************************************************************
skipping: [localhost]

TASK [wcs : https git clone wcs] ******************************************************************************************
changed: [localhost]

TASK [wcs : pip install /home/anthony/src/wcs] ****************************************************************************
changed: [localhost]

TASK [wcs : build /home/anthony/src/wcs] **********************************************************************************
changed: [localhost]

TASK [wcs : ssh git clone auquotidien] ************************************************************************************
skipping: [localhost]

TASK [wcs : https git clone auquotidien] **********************************************************************************
changed: [localhost]

TASK [wcs : pip install /home/anthony/src/auquotidien] ********************************************************************
changed: [localhost]

TASK [wcs : build /home/anthony/src/auquotidien] **************************************************************************
changed: [localhost]

TASK [wcs : create share/wcs directory] ***********************************************************************************
changed: [localhost]

TASK [wcs : settings directory] *******************************************************************************************
changed: [localhost]

TASK [wcs : settings.d directory] *****************************************************************************************
changed: [localhost]

TASK [wcs : wcs.cfg] ******************************************************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : wcs - create db] ****************************************************************************************
changed: [localhost]

TASK [app-setup : wcs - /var/lib directory] *******************************************************************************
changed: [localhost]

TASK [app-setup : wcs - /var/lib tenants directory] ***********************************************************************
changed: [localhost]

TASK [app-setup : wcs - /etc directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : wcs - secret file] **************************************************************************************
changed: [localhost]

TASK [app-setup : wcs - generate secret] **********************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
ok: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
ok: [localhost]

TASK [app-setup : wcs - settings file] ************************************************************************************
changed: [localhost]

TASK [app-setup : wcs - manage script] ************************************************************************************
changed: [localhost]

TASK [app-setup : wcs - migrate schemas] **********************************************************************************
changed: [localhost]

TASK [app-setup : wcs - compile scss] *************************************************************************************
skipping: [localhost]

TASK [app-setup : wcs - collect statics] **********************************************************************************
changed: [localhost]

TASK [app-setup : wcs - server script] ************************************************************************************
changed: [localhost]

TASK [app-setup : wcs - server log directory] *****************************************************************************
changed: [localhost]

TASK [app-setup : wcs - server supervisor configuration] ******************************************************************
changed: [localhost]

TASK [wcs : create skeleton directory] ************************************************************************************
changed: [localhost]

TASK [wcs : link to publik-base-theme] ************************************************************************************
changed: [localhost]

TASK [nginx-setup : wcs - nginx server settings] **************************************************************************
changed: [localhost]

TASK [nginx-setup : wcs - a2ensite nginx server] **************************************************************************
changed: [localhost]

TASK [passerelle : ssh git clone debian/django-tenant-schemas] ************************************************************
skipping: [localhost]

TASK [passerelle : https git clone debian/django-tenant-schemas] **********************************************************
ok: [localhost]

TASK [passerelle : pip install /home/anthony/src/django-tenant-schemas] ***************************************************
changed: [localhost]

TASK [passerelle : build /home/anthony/src/django-tenant-schemas] *********************************************************
changed: [localhost]

TASK [passerelle : ssh git clone passerelle] ******************************************************************************
skipping: [localhost]

TASK [passerelle : https git clone passerelle] ****************************************************************************
changed: [localhost]

TASK [passerelle : pip install /home/anthony/src/passerelle] **************************************************************
changed: [localhost]

TASK [passerelle : build /home/anthony/src/passerelle] ********************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : passerelle - create db] *********************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - /var/lib directory] ************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - /var/lib tenants directory] ****************************************************************
changed: [localhost]

TASK [app-setup : passerelle - /etc directory] ****************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - secret file] *******************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - generate secret] ***************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - settings file] *****************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - manage script] *****************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - migrate schemas] ***************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - compile scss] ******************************************************************************
skipping: [localhost]

TASK [app-setup : passerelle - collect statics] ***************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - server script] *****************************************************************************
changed: [localhost]

TASK [app-setup : passerelle - server log directory] **********************************************************************
changed: [localhost]

TASK [app-setup : passerelle - server supervisor configuration] ***********************************************************
changed: [localhost]

TASK [nginx-setup : passerelle - nginx server settings] *******************************************************************
changed: [localhost]

TASK [nginx-setup : passerelle - a2ensite nginx server] *******************************************************************
changed: [localhost]

TASK [fargo : ssh git clone fargo] ****************************************************************************************
skipping: [localhost]

TASK [fargo : https git clone fargo] **************************************************************************************
changed: [localhost]

TASK [fargo : pip install /home/anthony/src/fargo] ************************************************************************
changed: [localhost]

TASK [fargo : build /home/anthony/src/fargo] ******************************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : fargo - create db] **************************************************************************************
changed: [localhost]

TASK [app-setup : fargo - /var/lib directory] *****************************************************************************
changed: [localhost]

TASK [app-setup : fargo - /var/lib tenants directory] *********************************************************************
changed: [localhost]

TASK [app-setup : fargo - /etc directory] *********************************************************************************
changed: [localhost]

TASK [app-setup : fargo - secret file] ************************************************************************************
changed: [localhost]

TASK [app-setup : fargo - generate secret] ********************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : fargo - settings file] **********************************************************************************
changed: [localhost]

TASK [app-setup : fargo - manage script] **********************************************************************************
changed: [localhost]

TASK [app-setup : fargo - migrate schemas] ********************************************************************************
changed: [localhost]

TASK [app-setup : fargo - compile scss] ***********************************************************************************
skipping: [localhost]

TASK [app-setup : fargo - collect statics] ********************************************************************************
changed: [localhost]

TASK [app-setup : fargo - server script] **********************************************************************************
changed: [localhost]

TASK [app-setup : fargo - server log directory] ***************************************************************************
changed: [localhost]

TASK [app-setup : fargo - server supervisor configuration] ****************************************************************
changed: [localhost]

TASK [nginx-setup : fargo - nginx server settings] ************************************************************************
changed: [localhost]

TASK [nginx-setup : fargo - a2ensite nginx server] ************************************************************************
changed: [localhost]

TASK [chrono : ssh git clone chrono] **************************************************************************************
skipping: [localhost]

TASK [chrono : https git clone chrono] ************************************************************************************
changed: [localhost]

TASK [chrono : pip install /home/anthony/src/chrono] **********************************************************************
changed: [localhost]

TASK [chrono : build /home/anthony/src/chrono] ****************************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : chrono - create db] *************************************************************************************
changed: [localhost]

TASK [app-setup : chrono - /var/lib directory] ****************************************************************************
changed: [localhost]

TASK [app-setup : chrono - /var/lib tenants directory] ********************************************************************
changed: [localhost]

TASK [app-setup : chrono - /etc directory] ********************************************************************************
changed: [localhost]

TASK [app-setup : chrono - secret file] ***********************************************************************************
changed: [localhost]

TASK [app-setup : chrono - generate secret] *******************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : chrono - settings file] *********************************************************************************
changed: [localhost]

TASK [app-setup : chrono - manage script] *********************************************************************************
changed: [localhost]

TASK [app-setup : chrono - migrate schemas] *******************************************************************************
changed: [localhost]

TASK [app-setup : chrono - compile scss] **********************************************************************************
skipping: [localhost]

TASK [app-setup : chrono - collect statics] *******************************************************************************
changed: [localhost]

TASK [app-setup : chrono - server script] *********************************************************************************
changed: [localhost]

TASK [app-setup : chrono - server log directory] **************************************************************************
changed: [localhost]

TASK [app-setup : chrono - server supervisor configuration] ***************************************************************
changed: [localhost]

TASK [nginx-setup : chrono - nginx server settings] ***********************************************************************
changed: [localhost]

TASK [nginx-setup : chrono - a2ensite nginx server] ***********************************************************************
changed: [localhost]

TASK [bijoe : ssh git clone bijoe] ****************************************************************************************
skipping: [localhost]

TASK [bijoe : https git clone bijoe] **************************************************************************************
changed: [localhost]

TASK [bijoe : pip install /home/anthony/src/bijoe] ************************************************************************
changed: [localhost]

TASK [bijoe : build /home/anthony/src/bijoe] ******************************************************************************
changed: [localhost]

TASK [bijoe : ssh git clone wcs-olap] *************************************************************************************
skipping: [localhost]

TASK [bijoe : https git clone wcs-olap] ***********************************************************************************
changed: [localhost]

TASK [bijoe : pip install /home/anthony/src/wcs-olap] *********************************************************************
changed: [localhost]

TASK [bijoe : build /home/anthony/src/wcs-olap] ***************************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : bijoe - create db] **************************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - /var/lib directory] *****************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - /var/lib tenants directory] *********************************************************************
changed: [localhost]

TASK [app-setup : bijoe - /etc directory] *********************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - secret file] ************************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - generate secret] ********************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - settings file] **********************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - manage script] **********************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - migrate schemas] ********************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - compile scss] ***********************************************************************************
skipping: [localhost]

TASK [app-setup : bijoe - collect statics] ********************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - server script] **********************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - server log directory] ***************************************************************************
changed: [localhost]

TASK [app-setup : bijoe - server supervisor configuration] ****************************************************************
changed: [localhost]

TASK [nginx-setup : bijoe - nginx server settings] ************************************************************************
changed: [localhost]

TASK [nginx-setup : bijoe - a2ensite nginx server] ************************************************************************
changed: [localhost]

TASK [bijoe : import-wcs-data script] *************************************************************************************
changed: [localhost]

TASK [welco : ssh git clone welco] ****************************************************************************************
skipping: [localhost]

TASK [welco : https git clone welco] **************************************************************************************
changed: [localhost]

TASK [welco : pip install /home/anthony/src/welco] ************************************************************************
changed: [localhost]

TASK [welco : build /home/anthony/src/welco] ******************************************************************************
changed: [localhost]

TASK [app-setup : set ansible server variables] ***************************************************************************
ok: [localhost]

TASK [app-setup : welco - create db] **************************************************************************************
changed: [localhost]

TASK [app-setup : welco - /var/lib directory] *****************************************************************************
changed: [localhost]

TASK [app-setup : welco - /var/lib tenants directory] *********************************************************************
changed: [localhost]

TASK [app-setup : welco - /etc directory] *********************************************************************************
changed: [localhost]

TASK [app-setup : welco - secret file] ************************************************************************************
changed: [localhost]

TASK [app-setup : welco - generate secret] ********************************************************************************
changed: [localhost]

TASK [app-setup : settings directory] *************************************************************************************
changed: [localhost]

TASK [app-setup : settings.d directory] ***********************************************************************************
changed: [localhost]

TASK [app-setup : welco - settings file] **********************************************************************************
changed: [localhost]

TASK [app-setup : welco - manage script] **********************************************************************************
changed: [localhost]

TASK [app-setup : welco - migrate schemas] ********************************************************************************
changed: [localhost]

TASK [app-setup : welco - compile scss] ***********************************************************************************
skipping: [localhost]

TASK [app-setup : welco - collect statics] ********************************************************************************
changed: [localhost]

TASK [app-setup : welco - server script] **********************************************************************************
changed: [localhost]

TASK [app-setup : welco - server log directory] ***************************************************************************
changed: [localhost]

TASK [app-setup : welco - server supervisor configuration] ****************************************************************
changed: [localhost]

TASK [nginx-setup : welco - nginx server settings] ************************************************************************
changed: [localhost]

TASK [nginx-setup : welco - a2ensite nginx server] ************************************************************************
changed: [localhost]

TASK [hobo-agent : set ansible agent variables] ***************************************************************************
ok: [localhost]

TASK [hobo-agent : create hobo agent log directory] ***********************************************************************
changed: [localhost]

TASK [hobo-agent : settings directory] ************************************************************************************
changed: [localhost]

TASK [hobo-agent : hobo agent settings file] ******************************************************************************
changed: [localhost]

TASK [hobo-agent : agent script] ******************************************************************************************
changed: [localhost]

TASK [hobo-agent : hobo agent supervisor configuration] *******************************************************************
changed: [localhost]

TASK [end : reload supervisor] ********************************************************************************************
changed: [localhost]

TASK [end : reload nginx] *************************************************************************************************
changed: [localhost]

PLAY RECAP ****************************************************************************************************************
localhost                  : ok=254  changed=220  unreachable=0    failed=0    skipped=28   rescued=0    ignored=0

#7

Mis à jour par Emmanuel Cazenave il y a presque 5 ans

Et donc maintenant est-ce que /home/anthony/envs/publik-env/bin/passerelle-manage existe ?

#8

Mis à jour par anthony laubry il y a presque 5 ans

Emmanuel Cazenave a écrit :

Et donc maintenant est-ce que /home/anthony/envs/publik-env/bin/passerelle-manage existe ?

Oui le fichier passerelle-manage existe maintenant dans le répertoire /home/anthony/envs/publik-env/bin/
je vais continuer mes tests.

Merci encore pour votre suivis.

Bien à vous.

#9

Mis à jour par Emmanuel Cazenave il y a presque 5 ans

  • Statut changé de Information nécessaire à Fermé

anthony laubry a écrit :

Oui le fichier passerelle-manage existe maintenant dans le répertoire /home/anthony/envs/publik-env/bin/

Je clos donc ce ticket (vous pouvez en ouvrir d'autres).

Formats disponibles : Atom PDF