Unfortunately, the odyssey doesn't end there.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!
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="">s/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?
_______________________________________________ users mailing list ..hidden.. https://lists.ledgersmb.org/mailman/listinfo/users