Commit dc01717a by Robbie Hott

Added repository organization

parent e5a08fa7
...@@ -53,3 +53,18 @@ We may use the architecture above, but without the index.php files in respective ...@@ -53,3 +53,18 @@ We may use the architecture above, but without the index.php files in respective
/var/www/api instantiates \snac\client\rest\RestAPI /var/www/api instantiates \snac\client\rest\RestAPI
/var/www/internal instantiates \snac\server\Server /var/www/internal instantiates \snac\server\Server
``` ```
### Repo Organization
```
/
/src % containing all snac sourcecode
/snac % ...
/virtualhosts
/web
/rest
/server
/test % containing all unit tests (mirrors /src)
/snac % ...
LICENSE % code license
README.md % readme file for the repo
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment