matteoredaelli / ebot

Ebot, an Opensource Web Crawler built on top of a nosql database (apache couchdb, riak), AMQP database (rabbitmq), webmachine and mochiweb. Ebot is written in Erlang and it is a very scalable, distribuited and highly configurable web cawler. See wiki pages for more details
http://www.redaelli.org/matteo-blog/projects/ebot
GNU General Public License v3.0
330 stars 55 forks source link

db connection string should be in ebot_db.conf #12

Closed matteoredaelli closed 14 years ago

matteoredaelli commented 14 years ago

now ebot works only with a couchdb server running in localhost hostname, user and password should be put in priv/ebot_db.conf

matteoredaelli commented 14 years ago

done today %% RIAK: tipical localhost installation %% {hostname, "127.0.0.1"}. %% {port, 8087}.

%% COUCHDB: %% {hostname, "127.0.0.1"}. %% {port, 5984}.