Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
hrshadhin authored Dec 1, 2019
1 parent 7ec99f6 commit 9251691
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 9251691

Please sign in to comment.