- Installed Ubuntu 9.04 from ubuntu.com ISO
- Googled "erlang ubuntu"
- Figured that it wouldn't hurt to try
sudo apt-get install erlang
- Went to grab some coffee
- Gave it a try
It is not the latest one, but it is still Erlang!
user@ubuntu:~/src$ erl
Erlang (BEAM) emulator version 5.6.5 [source] [async-threads:0] [kernel-poll:false]
Eshell V5.6.5 (abort with ^G)
1> q().
ok
2> user@ubuntu:~/src$ - How about CouchDB?
sudo apt-get install couchdb
- and test it: http://localhost:5984/
- see the output:
{"couchdb":"Welcome","version":"0.8.0-incubating"}
Monday, July 6, 2009
That was easy - Erlang and CouchDB on Ubuntu 9.04
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment