From 54daf1b6bd0148f41568d8bf19f0c344e14940af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sun, 5 Jun 2022 03:04:57 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7ff1f77..d935ed1 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,13 @@ sudo apt install nginx php8.1 php8.1-{gd,fpm,common,cli,mbstring,intl,mysql,bcma ```sh sudo pacman -S nginx php php-fpm mariadb curl whois tor torsocks pandoc ``` + +## インストール方法 + +``` +mkdir -p /www/active && cd /www/active +git clone http://git.076.ne.jp/TechnicalSuwako/kensaku.online.git && cd kensaku.online +cat srv/crontab >> /etc/crontab +cp srv/nginx /etc/nginx/conf.d/kensaku.online.conf +mysql -u (ユーザ名) -p < tbl +```