Doc fixes

This commit is contained in:
John Locke 2015-07-05 09:07:43 -07:00
parent 2f7155e599
commit 07db28af99
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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!