-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 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 |
---|---|---|
|
@@ -10,15 +10,15 @@ A simple application for license key verification written in Golang. | |
- copy `etc/license-server.service` file to `/etc/systemd/system/license-server.service` or your os | ||
systemd service config directory | ||
- Now enable service and start | ||
```bash | ||
systemctl enable license-server.service | ||
systemctl start license-server.service | ||
systemctl status license-server.service | ||
``` | ||
```bash | ||
systemctl enable license-server.service | ||
systemctl start license-server.service | ||
systemctl status license-server.service | ||
``` | ||
- Stop the server | ||
```bash | ||
systemctl stop license-server.service | ||
``` | ||
```bash | ||
systemctl stop license-server.service | ||
``` | ||
- use repo `etc/license-server.conf` file and change your needs | ||
- copy `etc/license-server.conf` file to `/etc/nginx/site-available` or your os | ||
web server vhost config directory | ||
|
@@ -78,4 +78,4 @@ current directory. | |
Send an e-mail to H.R. Shadhin via [[email protected]](mailto:[email protected]) | ||
# License | ||
[MIT](https://github.com/hrshadhin/license-server/blob/master/LICENSE) | ||
[MIT](https://github.com/hrshadhin/license-server/blob/master/LICENSE) |