README.md - updated install instructions

This commit is contained in:
gashapwn 2021-03-08 03:19:27 +00:00
parent 57f1085901
commit 20c2dcbb6f

View File

@ -9,13 +9,13 @@
Run the below command to automatically provision the tilde instance Run the below command to automatically provision the tilde instance
``` ```
pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl' -O - | perl pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl'; perl provision.pl
``` ```
or or
``` ```
pkg_add wget && wget 'https://s.lain.la/wrMJw' -O - | perl pkg_add wget && wget wget 'https://s.lain.la/wrMJw'; perl provision.pl
``` ```
After the scripts run, haproxy, the Flask app for user requests (lingyind) and apache will all be installed and started. After the scripts run, haproxy, the Flask app for user requests (lingyind) and apache will all be installed and started.