From 1e415aaeb42d46fc224d86eb6b49e2fdde49208d Mon Sep 17 00:00:00 2001 From: JohnMcLear Date: Mon, 24 Nov 2014 17:34:52 -0800 Subject: [PATCH] Updated Getting to know the tools in bin (markdown) --- Getting to know the tools in bin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Getting to know the tools in bin.md b/Getting to know the tools in bin.md index ab33439..19cf66d 100644 --- a/Getting to know the tools in bin.md +++ b/Getting to know the tools in bin.md @@ -53,6 +53,8 @@ Migrate pads from DirtyDB(used in Etherpad by default) to MySQL. Set your MySQL Extracts all data of a pad, removes and inserts it again. The idea is to repair a pad if it has gone "faulty". Example.. ``node bin/repairPad.js test`` +You can also pass the settings file as ``--settings thatSettingsFile.json`` + # run.sh Manually starts Etherpad on Linux/Unix. Example.. ``bin/run.sh``