Change Domain Name
This commit is contained in:
parent
dc61f58303
commit
75f44bbbab
|
|
@ -122,7 +122,7 @@ else
|
|||
$scp_command$root_path/.[^.]* $local_store_path/. 2>>/dev/null
|
||||
if [[ ! -z "$org_ssl_dir" ]]; then
|
||||
if [ -z "$(which certbot)" ]; then
|
||||
wget http://gitlab.tp.rulingcom.com/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/install_certbot.sh
|
||||
wget http://orbitgit.cloud/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/install_certbot.sh
|
||||
sudo_command bash ./install_certbot.sh
|
||||
fi
|
||||
fi
|
||||
|
|
@ -206,8 +206,8 @@ else
|
|||
fi
|
||||
bundle install
|
||||
rm -f tmp/unicorn.sock tmp/pids/unicorn.pid
|
||||
wget http://gitlab.tp.rulingcom.com/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/start_site.sh -O start_site.sh
|
||||
wget http://gitlab.tp.rulingcom.com/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/close_site.sh -O close_site.sh
|
||||
wget http://orbitgit.cloud/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/start_site.sh -O start_site.sh
|
||||
wget http://orbitgit.cloud/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/close_site.sh -O close_site.sh
|
||||
bash ./start_site.sh production
|
||||
echo "Finish moving and installing site!"
|
||||
echo "Site Path: $local_store_path"
|
||||
|
|
|
|||
Loading…
Reference in New Issue