From 6467a1a40f5fea7137ec481cfa80681b2258dae8 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 21 Feb 2012 15:36:05 -0500 Subject: [PATCH] Document the -s|--settings cli option in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4995e852..d593115c 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ Here is the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)** ## Next Steps You can modify the settings in the file `settings.json` +If you have multiple settings files, you may pass one to `bin/run.sh` using the `-s|--settings` option. This allows you to run multiple Etherpad Lite instances from the same installation. + You should use a dedicated database such as "mysql" if you are planning on using etherpad-lite in a production environment, the "dirty" database driver is only for testing and/or development purposes. You can update to the latest version with `git pull origin`. The next start with bin/run.sh will update the dependencies