mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-02 17:13:20 +02:00
Preparation for v1.0.20
This commit is contained in:
parent
347e20757a
commit
0fe9107cf1
4 changed files with 10 additions and 8 deletions
|
@ -177,7 +177,7 @@ ln -sf /usr/share/adminer/latest.php /usr/share/adminer/adminer.php
|
|||
|
||||
# --- Clone registry source code ---
|
||||
echo "Cloning registry source code..."
|
||||
git clone --branch v1.0.19 --single-branch https://github.com/getnamingo/registry /opt/registry
|
||||
git clone --branch v1.0.20 --single-branch https://github.com/getnamingo/registry /opt/registry
|
||||
|
||||
# --- Firewall configuration using ufw ---
|
||||
echo "Configuring firewall rules..."
|
||||
|
|
|
@ -259,7 +259,7 @@ EOF
|
|||
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.19 --single-branch https://github.com/getnamingo/registry /opt/registry
|
||||
git clone --branch v1.0.20 --single-branch https://github.com/getnamingo/registry /opt/registry
|
||||
|
||||
echo "Setting up firewall rules..."
|
||||
ufw allow 22/tcp
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# Namingo Update Guide
|
||||
|
||||
## v1.0.0 to v1.0.16
|
||||
## v1.0.0 to v1.0.17
|
||||
|
||||
You must run update scripts in order, without skipping versions. For example, if you're on 1.0.10 and the latest is 1.0.12, first update to 1.0.11, then to 1.0.12.
|
||||
You must run update scripts in order, without skipping versions. For example, if you're on 1.0.15 and the latest is 1.0.17, first update to 1.0.16, then to 1.0.17.
|
||||
|
||||
- v1.0.16 to v1.0.17 - download and run the [update1017.sh](docs/update1017.sh) script.
|
||||
|
||||
- v1.0.15 to v1.0.16 - download and run the [update1016.sh](docs/update1016.sh) script.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue