From 77f5c824ffe100235113b49107325aa0855aff09 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 2 May 2014 08:47:44 +0200 Subject: README. --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 5689b44..b5910a5 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ Start the application locally Start the application: $ erl -boot start_sasl -pa ebin \ - -eval "mnesia:start(), application:start(plop)." + -eval "application:start(mnesia), application:start(plop)." FIXME: mnesia isn't starting automagically, why? TODO: -plop Keyfile "test/rsakey.pem" -plop Passphrase "sikrit" @@ -28,6 +28,10 @@ Test the application [FIXME] +Moving the database files + + Add `-mnesia dir "/some/path"' to the list of arguments to erl. + Debugging Dump the database to a file: -- cgit v1.1