You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the source code and releases of PostSharp License Server.
4
+
5
+
The use of the license server is optional. Since all commercial licenses are floating ones,
6
+
the license server can help teams knowing how many licenses they actually use.
7
+
8
+
The license server is a classic ASP.NET application with an MS SQL back-end.
9
+
10
+
We at PostSharp consider that it is the customer's sole responsibility to respect the license agreement, and this is why we are providing the source code of the license server. Note that the use of licenses keys [are audited anyway](http://doc.postsharp.net/license-audit); if this is not an option for your organization, you can ask the PostSharp sales team for a license key with audit waiver.
11
+
12
+
## License
13
+
14
+
The license server itself is licensed under the *MIT License*. Note that PostSharp is a commercial product with a proprietary license.
15
+
16
+
## Documentation
17
+
18
+
*[Installing the license server](http://doc.postsharp.net/license-server-admin).
19
+
*[Using the license server](http://doc.postsharp.net/license-server).
20
+
21
+
## Building from source
22
+
23
+
### Requirements
24
+
25
+
* Visual Studio 2013 with Web Tools.
26
+
* To build from the command line, download `nuget.exe` from http://dist.nuget.org/win-x86-commandline/latest/nuget.exe.
27
+
28
+
### Instructions
29
+
30
+
1. Open a Developer Command Prompt and go to repository directory.
31
+
2. Restore NuGet packages with the command: `nuget restore`.
0 commit comments