Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Documentation
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rachael Hu
Documentation
Commits
dc01717a
Commit
dc01717a
authored
Sep 30, 2015
by
Robbie Hott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added repository organization
parent
e5a08fa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
Code Architecture.md
Specifications/Code Architecture.md
+15
-0
No files found.
Specifications/Code Architecture.md
View file @
dc01717a
...
@@ -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
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment