Skip to content
Snippets Groups Projects
Commit 229a3420 authored by Ondřej Kučera's avatar Ondřej Kučera
Browse files

update install info

parent db237bc3
Branches master
No related tags found
No related merge requests found
......@@ -8,16 +8,21 @@ Modified to work with Let's Encrypt wildcard certificates.
## Installation ##
1. Download the script
2. Apply permission to execute:
```bash
$ wget https://git.ok1kvk.cz/oktkas/virtualhost/-/blob/master/virtualhost.sh
```
2. Apply permission to execute:
```bash
$ chmod +x /path/to/virtualhost.sh
```
3. Optional: if you want to use the script globally, then you need to copy the file to your /usr/local/bin directory; it is better to copy it without the .sh extension:
3. Optional: make it easily executable like a command
```bash
$ sudo cp /path/to/virtualhost.sh /usr/local/bin/virtualhost
$ sudo mv /path/to/virtualhost.sh /usr/local/bin/virtualhost
```
## Usage ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment