Files
cb3692f8db4b2e2f94567658a2b9cb1ab8c0834a
164 lines
5.8 KiB
ReStructuredText
164 lines
5.8 KiB
ReStructuredText
Swift
This document will walk you through setting up a development cluster of
Code Organization
- swift/: Core code
- common/: code shared by different modules
- obj/: object server
point for requests to the object server is the ``ObjectController``
You can run functional tests against a swift cluster with
--------------