Skip to content

Commit 687a56d

Browse files
committed
Last updates
1 parent 322b66f commit 687a56d

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ wget https://namingo.org/registrar-install.sh -O install.sh && chmod +x install.
4848

4949
For detailed installation steps, see:
5050

51-
- [install-fossbilling.md](install-fossbilling.md) – for FOSSBilling setup
52-
- [install-whmcs.md](install-whmcs.md) – for WHMCS setup
51+
- [install-fossbilling.md](docs/install-fossbilling.md) – for FOSSBilling setup
52+
- [install-whmcs.md](docs/install-whmcs.md) – for WHMCS setup
5353

5454
### Update
5555

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Ensure you make all contact details/profile ***mandatory*** for your users withi
293293
Clone the repository to your system:
294294

295295
```bash
296-
git clone https://github.com/getnamingo/registrar /opt/registrar
296+
git clone --branch v1.1.0 --single-branch https://github.com/getnamingo/registrar /opt/registrar
297297
mkdir /var/log/namingo
298298
mkdir /opt/registrar/escrow
299299
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Add the following line to schedule the WHMCS cron job:
279279
Clone the repository to your system:
280280

281281
```bash
282-
git clone https://github.com/getnamingo/registrar /opt/registrar
282+
git clone --branch v1.1.0 --single-branch https://github.com/getnamingo/registrar /opt/registrar
283283
mkdir /var/log/namingo
284284
mkdir /opt/registrar/escrow
285285
```

install.sh renamed to docs/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_rdap_and_whois_services() {
3535
echo "Installing RDAP & WHOIS services..."
3636

3737
# Clone the registrar repository
38-
git clone https://github.com/getnamingo/registrar /opt/registrar
38+
git clone --branch v1.1.0 --single-branch https://github.com/getnamingo/registrar /opt/registrar
3939

4040
# Setup for WHOIS service
4141
cd /opt/registrar/whois
@@ -108,6 +108,7 @@ install_rdap_and_whois_services() {
108108

109109
mkdir /opt/registrar/escrow
110110
mkdir /opt/registrar/escrow/process
111+
mkdir /var/log/namingo
111112
}
112113

113114
echo "==== Namingo Registrar v1.1.0 ===="

0 commit comments

Comments
 (0)