-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Enterprise.md to fix a few typos (#33)
Good luck with the product!
- Loading branch information
1 parent
b96e87d
commit eccbf87
Showing
1 changed file
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,41 +11,37 @@ tags: | |
--- | ||
# Stirling PDF Enterprise | ||
|
||
Stirling PDF offers a Enterprise edition of its software, This is the same great software but with added features and comforts | ||
Stirling PDF offers an Enterprise edition of its software. This is the same great software but with added features and comforts. | ||
|
||
## Whats included | ||
|
||
- Prioritised Support tickets via [email protected] to reach directly to Stirling-PDF team for support and 1:1 meetings where applicable (Provided they come from same email domain registered with us) | ||
- Prioritised Support tickets via [email protected] to reach the Stirling-PDF team for support and 1:1 meetings where applicable (Provided they come from same email domain registered with us) | ||
- Prioritised Enhancements to Stirling-PDF where applicable | ||
- Base SSO support | ||
- Advanced SSO such as automated login handling (Coming very soon) | ||
- SAML SSO (Coming very soon) | ||
- Custom automated metadata handling | ||
- Advanced user configurations (Coming soon) | ||
- Plus other exciting features to come | ||
|
||
- Plus other exciting features to come. | ||
|
||
## Cost | ||
|
||
We are currently charging 12$ per seat per month, This means for a company that require 5 simultaniously logged in users they would require 5 seats. | ||
|
||
We charge 12$ per seat per month. This means for a company that requires 5 simultaneously logged in users, they would require 5 seats. | ||
|
||
## Purchase | ||
|
||
To purchase stirling PDF Enterprise please navigate to https://stirlingpdf.com/pricing and select either pro or Enterprise depending on your usercase. | ||
For pro you will be redirected to Stripe to setup and handle a subscription, after which you will be automatically emailed your license key on the email provided to Stripe. | ||
To purchase stirling PDF Enterprise please navigate to https://stirlingpdf.com/pricing and select either pro or Enterprise depending on your use-case. | ||
For Pro you will be redirected to Stripe to setup and handle a subscription, after which you will be automatically emailed your license key on the email provided to Stripe. | ||
|
||
## Activation | ||
|
||
## Activiation | ||
|
||
To activate navigate to the Stirling PDF config folder and open the ``settings.yml`` | ||
To activate, navigate to the Stirling PDF config folder and open the ``settings.yml`` | ||
Scroll down to the enterprise section, it should look like: | ||
``` | ||
enterpriseEdition: | ||
enabled: false # set to 'true' to enable enterprise edition | ||
key: 00000000-0000-0000-0000-000000000000 | ||
``` | ||
|
||
Enter the key provided to you in the email and change enabled from false to true, then restart the Stirling-PDF instance. | ||
You should now see logs of your Stirling-PDF instance registering and authenticating the license and enabling the Enterprise features | ||
Enter the key provided in the email and change enabled from false to true, then restart the Stirling-PDF instance. | ||
You should now see logs of your Stirling-PDF instance registering and authenticating the license and enabling the Enterprise features. | ||
|