File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ wget https://namingo.org/registrar-install.sh -O install.sh && chmod +x install.
4848
4949For 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
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ Ensure you make all contact details/profile ***mandatory*** for your users withi
293293Clone 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
297297mkdir /var/log/namingo
298298mkdir /opt/registrar/escrow
299299```
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ Add the following line to schedule the WHMCS cron job:
279279Clone 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
283283mkdir /var/log/namingo
284284mkdir /opt/registrar/escrow
285285```
Original file line number Diff line number Diff 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
113114echo " ==== Namingo Registrar v1.1.0 ===="
You can’t perform that action at this time.
0 commit comments