forked from sharparchitecture/Sharp-Architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
60 lines (37 loc) · 2.52 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
--------------------------------------------
-- 2.0 Release Candidate
--------------------------------------------
This is a release candidate, use at your own risk. Please switch to the 1.9.6.0 for production releases:
$ git checkout 1.9.6.0
--------------------------------------------
-- Templify
--------------------------------------------
We no longer support the use of the Visual Studio templates for installation of S#arp Architecture. With version 2.0, we have dropped support for Visual Studio 2008 altogether. To learn how to get a S#arp Architecture solution up and running, please go to http://blog.sharparchitecture.net/post/Using-Templify-to-create-a-new-Sarp-Architecture-solution.aspx
--------------------------------------------
-- Downloads
--------------------------------------------
Downloads can always be found here: https://github.com/sharparchitecture/Sharp-Architecture/downloads
--------------------------------------------
-- Building S#arp Architecture
--------------------------------------------
Perform the following command in GitBash:
$ git clone [email protected]:sharparchitecture/Sharp-Architecture.git
$ git submodule init
$ git submodule update
Now you should have the latest development branch of SA 2.0 and submodules.
Now go to /Build and run the Build.cmd or BuildAndPackage.cmd files to build S#arp Architecture
--------------------------------------------
-- Documentation and Assemblies
--------------------------------------------
* /Artefacts/Documentation/: Contains a link to comprehensive, online documentation at http://wiki.sharparchitecture.net/, and a diagram of what a S#arp Architecture project looks like.
* /Drops/<Version Number>/: Holds released SharpArch assemblies - it does not include the third party library's that are needed by S#arp Architecture. You must run the BuildAndPackage.cmd file first.
--------------------------------------------
-- How's this release organized?
--------------------------------------------
* /Artefacts/: Contains various artefacts for the project
* /Build/: Contains the .cmd files needed to build the solution
* /ReferencedAssemblies/: Contains all of the required 3rd party assemblies.
* /RequiredPackages/: Contains the required tools needed to build S#arp Architecture.
* /License.txt: I'll let you guess what this is.
* /Solutions/: This contains all of the source code in their various projects.
* /VersionHistory.txt: Details version numbers of dependencies, changes since previous releases, upgrade details, and a roadmap of what's coming.