On 08/02/2018 11:45 AM, Larry Evans wrote:
Hoping someone on this list can answer the question in the following message to the newsgroup.
-------- Forwarded Message -------- Subject: https://github.com/ledgersmb/ledgersmb-dev-docker instructions about LedgerSMB Git repository Date: Thu, 2 Aug 2018 10:54:58 -0500 From: Larry Evans <cppljevans@suddenlink.net> Newsgroups: gwene.org.ledgersmb
The instructions:
https://github.com/ledgersmb/ledgersmb-dev-docker
say:
this project expects a LedgerSMB Git repository to exist in the current directory.
So, does that mean when I do:
git clone https://github.com/ledgersmb/LedgerSMB.git
it should be within the directory produced when I do:
git clone https://github.com/ledgersmb/ledgersmb-dev-docker.git
?
TIA.
-regards, Larry
In private emails, Erik Huelsmann was kind enough to find a solution: $ git clone https://github.com/ledgersmb/LedgerSMB.git $ git clone https://github.com/ledgersmb/ledgersmb-dev-docker.git $ cd LedgerSMB $ ../ledgersmb-dev-docker/lsmb-dev master up -d However, that failed because my lsmb-dev calls docker-compose and the docker-compose I'd installed with synaptic wasn't compatible with the ledgersmb-dev-docker/docker-compose.yml file which I'd just cloned. So, downloaded the latest docker-compose as instructed here: https://github.com/docker/compose/releases and tried again. This time it seemed to work because there was a *lot* of downloads and no error msgs and shown in the attached. Hat's off to Eric! -regards, Larry