Enhance README introduction
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
A collection of scripts for Virtual Didactic Network (VDN).
|
A collection of scripts for Virtual Didactic Network (VDN).
|
||||||
|
|
||||||
|
Most components can be used individually without the other scripts. You will find here a script to complete the commands with Bash, and a way to use some programs such as `rsync`, `drone` or `php`.
|
||||||
|
|
||||||
## Bash completion script
|
## Bash completion script
|
||||||
|
|
||||||
This script can complete the most commonly used commands in VDN like `vdn-ssh`, `vdn-start` or `vdn-scp`.
|
This script can complete the most commonly used commands in VDN like `vdn-ssh`, `vdn-start` or `vdn-scp`.
|
||||||
@@ -43,7 +45,7 @@ Run the PHP integrated server:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
vdn-php -S 0.0.0.0:8000
|
vdn-php -S 0.0.0.0:8000
|
||||||
#vdn-php -S localhost:8000 # This will not work, the server needs to listen on all adresses!
|
#vdn-php -S localhost:8000 # This will not work, the server needs to listen on all addresses!
|
||||||
```
|
```
|
||||||
|
|
||||||
On your host system, use your favorite browser and check your website at `http://localhost:8000`.
|
On your host system, use your favorite browser and check your website at `http://localhost:8000`.
|
||||||
|
Reference in New Issue
Block a user