Skip to content

Commit

Permalink
docs: update licensing doc based on suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilunglee committed Oct 15, 2021
1 parent 081e90a commit fe28e75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/docs/start/licensing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Every pricing plan will always include all features. There are absolutely no fun
## One license per project
Each license permits you to run one commercial project in the production environment.

## Purchase a license
We are currently working on the customer's dashboard. But, for now, you can purchase a license from the "Register for the beta" link on https://adminterface.io/pricing.

You will receive a copy of your license key through email after we have confirmed your purchase.

## Add the license key
Create and add the `license_key` into the following file in your project:
```ruby title="config/initializers/adminterface.rb" {2,6,9}
Expand All @@ -31,9 +36,6 @@ Adminterface.setup do |config|
end
```

## Purchase a license
We are currently working on the customer's dashboard. But, for now, you can purchase a license from the "Register for the beta" link on https://adminterface.io/pricing.

## License verification
When the application initializes, it pings our server with some information about the current Adminterface installation.
The server will respond with a license valid/invalid back to your application.
Expand Down

0 comments on commit fe28e75

Please sign in to comment.