summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
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: