User Tools

Site Tools


software:riak

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
software:riak [2014/02/04 18:28] – created Michele Porellisoftware:riak [2014/02/05 14:38] Michele Porelli
Line 1: Line 1:
 ====== Riak ====== ====== Riak ======
 +===== Riak-CS =====
 +==== Setup an S3 clone with Debian====
 +This guide is tested on Debian Wheezy with Riak 1.4.4 in my (virtualized) servers
 +  * All riak components should be installed on the same machine
 +  * Web application should be on a different machine or you have to use riak ip and port as proxy
 +  * Development outside the network is possibile but using the proxy as above
  
 +<code>
 +                                                            192.168.30.2
 +                                                           +---------------------------------+
 +                                                                                           |
 +                                                +--------->    Web server                  |
 +                                                |          |                                 |
 +                                                |          +---------------------------------+
 +                                                |
 +                                                |           192.168.30.3
 +                                                |          +---------------------------------+
 +                                                |          |                                 |
 +                                                +--------->    Web application 1           |
 +               1.1.1.1        192.168.30.1      |          |                                 |
 +                  +-------------------+                  +---------------------------------+
 +                  |                           |
 + Internet +------>   Firewall       +-------->          192.168.30.4
 +                  |                                    +---------------------------------+
 +                  +-------------------+                  |                                 |
 +                                                +--------->    Web application 2           |
 +                                                |          |                                 |
 +                                                |          +---------------------------------+
 +                                                |
 +                                                |           192.168.30.5
 +                                                |          +---------------------------------+
 +                                                |          |                                 |
 +                                                +--------->    Riak-CS S3 Clone            |
 +                                                                                           |
 +                                                           +---------------------------------+</code>
 +                                                           
 +In progress...
software/riak.txt · Last modified: 2014/02/05 18:45 by Michele Porelli