On 08/03/2018 09:04 AM, Larry Evans wrote:
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!
Unfortunately, the odyssey doesn't end there. As suggested by the output on attachement, put url: http://172.18.0.5:5762 in my firefox browser. This produce a window with a nice LedgerSMB graphic, but with the text (centered): If this text is showing, there's most likely a problem with searching for this text in source, found it in: LedgerSMB/UI/login.html as follows: <img style="display: block; margin: auto auto; font-family: " src="js-src/dijit/icons/images/loadingAnimation.gif" alt="If this text is showing, there's most likely a problem with the Dojo setup" title="Loading ..." width="20" height="20" /> further exploration lead me to follow instructions in: LedgerSMB/UI/js-src/README.md IOW, I did some more git calls; however, that still didn't produce the js directory; hence, I just modified the login.html to reference the js-src instead of the js directory. When I refreshed firefox, the error msg had disappeared, but there were not buttons or fields on the page. Only the nice LedgerSMB graphic. Is that expected? -regards, Larry