-
-
Save bkerley/2839476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> erl | |
Erlang R13B01 (erts-5.7.2) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false] | |
Eshell V5.7.2 (abort with ^G) | |
1> X = atom. | |
atom | |
2> | |
User switch command | |
--> c | |
X. | |
atom | |
3> | |
3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bkerley@Dieter ☄ 1 1.9.3-p194 ~/erlang/riak-1.0.2/dev | |
> ./dev1/bin/riak start | |
bkerley@Dieter ★ 1.9.3-p194 ~/erlang/riak-1.0.2/dev | |
> ./dev1/bin/riak ping | |
pong | |
bkerley@Dieter ★ 1.9.3-p194 ~/erlang/riak-1.0.2/dev | |
> ./dev1/bin/riak attach | |
Attaching to /tmp//Users/bkerley/erlang/riak-1.0.2/dev/dev1/erlang.pipe.1 (^D to exit) | |
([email protected])1> | |
User switch command | |
--> q | |
[End] | |
bkerley@Dieter ★ 1.9.3-p194 ~/erlang/riak-1.0.2/dev | |
> ./dev1/bin/riak ping | |
Node '[email protected]' not responding to pings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment