Skip to content
Snippets Groups Projects
Commit 5c9efb53 authored by Julie gauthier's avatar Julie gauthier
Browse files

simplify /etc/hosts management

parent 8be7ff29
No related branches found
No related tags found
No related merge requests found
......@@ -353,10 +353,10 @@ done
## APACHE Vhost preparation
As `root`, edit `/etc/hosts` and add `comptoir-srv.local` next to the "localhost" entry:
As `root`, do:
```
127.0.0.1 localhost my-computer-name comptoir-srv.local
cat "127.0.0.1 comptoir-srv.local" >> /etc/hosts
```
## APACHE Vhost creation "comptoir-srv"
......
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