summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-02 08:47:44 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-02 08:47:44 +0200
commit77f5c824ffe100235113b49107325aa0855aff09 (patch)
tree50c10476cb515a183cd8ae7fe8f5b6b8265e89ca
parent1ff857dfc7b70c7fe544afb27ab26500237d633f (diff)
README.
-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: