From 7f0a677a09b300d7691f1710ecf99a58604920c5 Mon Sep 17 00:00:00 2001 From: John Locke Date: Sun, 5 Jul 2015 09:07:43 -0700 Subject: [PATCH] Doc fixes --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f55b6d0..3cf6425 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Freelock john@freelock.com ENV LSMB_VERSION 1.4 -# Install PHP5 and modules along with composer binary +# Install Perl, Tex, Starman, psql client, and all dependencies RUN DEBIAN_FRONTENT=noninteractive && \ apt-get update && apt-get -y install \ git \ diff --git a/README.md b/README.md index 83c1ee4..c07e001 100644 --- a/README.md +++ b/README.md @@ -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) -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!