Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
virtualhost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ondřej Kučera
virtualhost
Commits
229a3420
Commit
229a3420
authored
1 year ago
by
Ondřej Kučera
Browse files
Options
Downloads
Patches
Plain Diff
update install info
parent
db237bc3
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-3
8 additions, 3 deletions
README.md
with
8 additions
and
3 deletions
README.md
+
8
−
3
View file @
229a3420
...
...
@@ -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 ##
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment