https://github.com/postsharp/postsharp.licenseserver
PostSharp License Server
https://github.com/postsharp/postsharp.licenseserver
Last synced: 10 months ago
JSON representation
PostSharp License Server
- Host: GitHub
- URL: https://github.com/postsharp/postsharp.licenseserver
- Owner: postsharp
- Created: 2015-09-01T15:18:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T14:03:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T19:01:46.307Z (11 months ago)
- Language: C#
- Homepage: https://www.postsharp.net/
- Size: 3.11 MB
- Stars: 4
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostSharp.LicenseServer
This repository contains the source code and releases of PostSharp License Server.
The use of the license server is optional. Since all commercial licenses are floating ones,
the license server can help teams knowing how many licenses they actually use.
The license server is a classic ASP.NET application with an MS SQL back-end.
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 [is 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.
## License
The license server itself is licensed under the *MIT License*. Note that PostSharp is a commercial product with a proprietary license.
## Download
You can download the latest release from https://github.com/postsharp/PostSharp.LicenseServer/releases/latest.
## Documentation
* [Installing the license server](http://doc.postsharp.net/license-server-admin).
* [Using the license server](http://doc.postsharp.net/license-server).
## Building from source
### Requirements
* Visual Studio 2015 with Web Tools.
### Instructions
1. Open a Developer Command Prompt and go to repository directory.
2. Restore NuGet packages with the command: `.nuget\nuget.exe restore`.
3. Go to directory `src\PostSharp.LicenseServer`.
4. Execute `msbuild PostSharp.LicenseServer.csproj /t:Zip`.
## Support
Please use PostSharp support facility at https://www.postsharp.net/support.