mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 16:51:29 +02:00
Fixes in install.md
This commit is contained in:
parent
6d19be7af8
commit
27312c6eac
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ systemctl restart caddy
|
|||
Use a file management tool or command line to copy the entire ```registry/cp/``` directory and place it into the web server's root directory, typically ```/var/www/```. The target path should be ```/var/www/cp/```.
|
||||
|
||||
```bash
|
||||
cp -r /path/to/registry/cp /var/www/
|
||||
cp -r /opt/registry/cp /var/www
|
||||
```
|
||||
|
||||
### Configure Environment File:
|
||||
|
@ -298,7 +298,7 @@ This command will install the dependencies defined in your ```composer.json``` f
|
|||
|
||||
```bash
|
||||
mkdir -p /var/www/whois
|
||||
cd /path/to/registry/whois/web
|
||||
cd /opt/registry/whois/web
|
||||
cp -r * /var/www/whois
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue