From b8f7e9c8386333624a34f4d41b1377bf185bc8b5 Mon Sep 17 00:00:00 2001 From: James Allen Date: Sun, 23 Feb 2014 11:55:06 +0000 Subject: [PATCH] Update README with config instructions --- server-ce/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server-ce/README.md b/server-ce/README.md index 0f47ece3bb..4248d2c240 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -23,6 +23,9 @@ Next install all the node modules and ShareLaTeX services: $ npm install $ grunt install +This will create a config file in `config/settings.development.coffee`. You should open +this now and configure your AWS S3 credentials, and other custom settings. + Now check that your system is set up correctly to run ShareLaTeX (checks that you have the required dependencies installed.) Watch out for any failures.