mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 18:16:03 +02:00
Updates before release
This commit is contained in:
parent
42a8fb8b60
commit
977b0f9cd4
2 changed files with 3 additions and 1 deletions
|
@ -98,6 +98,8 @@ For detailed installation steps, please refer to [install.md](docs/install.md).
|
|||
|
||||
#### Update Steps
|
||||
|
||||
- v1.0.2 to v1.0.3 - backup registry, download and run the [update103.sh](docs/update103.sh) script.
|
||||
|
||||
- v1.0.1 to v1.0.2 - backup registry, download and run the [update102.sh](docs/update102.sh) script.
|
||||
|
||||
- v1.0.0 to v1.0.1 - backup registry, download and run the [update101.sh](docs/update101.sh) script.
|
||||
|
|
|
@ -224,7 +224,7 @@ fi
|
|||
wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php
|
||||
ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php
|
||||
|
||||
git clone --branch v1.0.2 --single-branch https://github.com/getnamingo/registry /opt/registry
|
||||
git clone --branch v1.0.3 --single-branch https://github.com/getnamingo/registry /opt/registry
|
||||
mkdir -p /var/log/namingo
|
||||
chown -R www-data:www-data /var/log/namingo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue