mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 06:37:11 -04:00
Doc fixes
This commit is contained in:
parent
2f7155e599
commit
07db28af99
@ -5,7 +5,7 @@ MAINTAINER Freelock john@freelock.com
|
|||||||
ENV LSMB_VERSION master
|
ENV LSMB_VERSION master
|
||||||
|
|
||||||
|
|
||||||
# Install PHP5 and modules along with composer binary
|
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||||
RUN DEBIAN_FRONTENT=noninteractive && \
|
RUN DEBIAN_FRONTENT=noninteractive && \
|
||||||
apt-get update && apt-get -y install \
|
apt-get update && apt-get -y install \
|
||||||
git \
|
git \
|
||||||
|
@ -43,7 +43,7 @@ This image includes `EXPOSE 5432` (the postgres port), so standard container lin
|
|||||||
|
|
||||||
Visit http://myledger:5000/setup.pl (you can forward port 5000 to the host machine, or lookup the IP address for the "myledger" container if running on localhost)
|
Visit http://myledger:5000/setup.pl (you can forward port 5000 to the host machine, or lookup the IP address for the "myledger" container if running on localhost)
|
||||||
|
|
||||||
Log in with the "postgres" user and the password you set when starting up the Postgres container.
|
Log in with the "postgres" user and the password you set when starting up the Postgres container, and provide the name of a company database you want to create.
|
||||||
|
|
||||||
Once you have completed the setup, you have a fully functional LedgerSMB instance running!
|
Once you have completed the setup, you have a fully functional LedgerSMB instance running!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user