/[storm]/storm/README
ViewVC logotype

Diff of /storm/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by benja, Wed Jul 2 20:32:42 2003 UTC revision 1.12 by benja, Fri Jul 4 13:35:58 2003 UTC
# Line 95  Before compiling Storm, you should have Line 95  Before compiling Storm, you should have
95  * CVS module storm-depends checked out as ../storm-depends  * CVS module storm-depends checked out as ../storm-depends
96    
97    
98  Compile with command "make".  Compile with ``make``.
99    
100    
101  Example of importing files into Storm, storing them on local disk directory:  Example of importing files into Storm, storing them on local disk directory::
 mkdir ../test-pool  
 make import POOL=../test-pool CT=text/plain FILES=../files/*.txt  
 ls ../test-pool  
102    
103  Example of serving a local pool for http clients:      mkdir ../test-pool
104  make http-gateway POOL=../test-pool      make import POOL=../test-pool CT=text/plain FILES=../files/*.txt
105        ls ../test-pool
106    
107    Example of serving a local pool for http clients::
108    
109        make http-gateway POOL=../test-pool
110    
111    
112  Example of setting up P2P:  Example of setting up P2P:
 start the peer that publishes:  
 make peer ARGS="-pub pool -port 2000"  
113    
114  start a local peer that can fetch the blocks:  - start the peer that publishes::
115  make peer ARGS="-gw 5000 -port 2001 localhost:2000"  
116        make peer ARGS="-pub pool -port 2000"
117    
118    - start a local peer that can fetch the blocks::
119    
120        make peer ARGS="-gw 5000 -port 2001 localhost:2000"
121    
122    - or, start a remote peer that can fetch the blocks::
123    
124  or, start a remote peer that can fetch the blocks:      make peer ARGS="-gw 5000 -port 2000 fishy.it.jyu.fi:2000"
 make peer ARGS="-gw 5000 -port 2000 fishy.it.jyu.fi:2000"  
125    
126    
127  How to set up emacs  How to set up emacs
128  -------------------  -------------------
129    
130  (Benja says:) I use Storm with emacs and the `eldav`_.  (Benja says:) I use Storm with emacs and `eldav`_.
131  eldav is available as a Debian package.  eldav is available as a Debian package.
132    
133  .. _eldav: http://www.gohome.org/eldav/  .. _eldav: http://www.gohome.org/eldav/

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26