Files
572b6be8f254872b05993bb96306b488fa4d97f1
161 lines
5.7 KiB
ReStructuredText
161 lines
5.7 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
--------------