j’ essaye d’installer fabmanager sur ubuntu 14. 04 serveurLTS en production mais je rencontre les erreurs ci dessous au moment ou j’ execute Docker-compose pull.
en premier :
ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
in « ./docker-compose.yml », line 1030, column 107
ca corresponds au " ; "
puis ensuite :
ERROR: Top level object in ‹ ./docker-compose.yml › needs to be an object not ‹ <type ‹ unicode ›> ›
I hope it’s ok to chime in here instead of opening a new thread. I am facing a similar issue with the OP fredrive:
root@atom:/apps/fabmanager# docker-compose pull ERROR: yaml.scanner.ScannerError: mapping values are not allowed here in "./docker-compose.yml", line 318, column 24
I’m trying to get fab-manager installed on a self-hosted ubuntu server:
root@atom:/apps/fabmanager# uname -a Linux atom 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
en suivant la procédure « Install Fabmanager app in production with Docker » décrite sur GitHub , et plus précisément la commande « \curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/setup.sh | bash ». effectue le téléchargement d’un docker-compose.yml. de plus de 1200 lignes comprenant du code html.
en téléchargeant la dernière version 2.6.2 et en copiant le fichier inclus dans le dossier « Docker » il s’execute sans erreur
So this topic is solved for me too although I have not managed to get a production docker working yet. I’ll probably ask for your help in a separate thread.
Hello and happy new year to both of you,
There was a mistake in the setup script. This was fixed in the dev branch and a new production release containing the fix will be released soon.
Thanks for noticing it.