Revision 5a96180b README

b/README
44 44

  
45 45
This server is useful during development, but should not be used for deployment.
46 46
To deploy Pithos using Apache, take a look at the Administrator Guide in docs.
47

  
48
Using the tools
49
---------------
50

  
51
In the pithos/tools directory you will find the following utilities:
52

  
53
    pithos-sh       Pithos shell
54
    pithos-sync     Pithos synchronization client
55
    pithos-fs       Pithos FUSE implementation
56
    pithos-test     Pithos server tests
57

  
58
Also, the pithos/lib directory contains a python library that can be used
59
to access Pithos and manage stored objects. All tools use the included lib.
60

  
61
Connection options can be set via environmental variables:
62

  
63
    PITHOS_USER             Login user
64
    PITHOS_AUTH             Login token
65
    PITHOS_SERVER           Pithos server (default: plus.pithos.grnet.gr)
66
    PITHOS_API              Pithos server path (default: v1)
67
    PITHOS_SYNC_CONTAINER   Container to sync with (default: pithos)

Also available in: Unified diff