From 258c515c3b2357ef26f42c7ea576c0619138afc7 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: Fri, 20 May 2022 04:02:07 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B8=E9=A1=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.txt | 3 +++ README.md | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..2686bf9 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,3 @@ +Freedom License v1 (2021年08月17日) +全く無限的自由です。 +It's infinite freedom. diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfd9507 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 保存サイト + +世界初オープンソース系ウエブアーカイバーです。\ +The world's first open source web archiver. + +## 設置方法 + +```sh +git clone http://git.076.ne.jp/TechnicalSuwako/hozon.site.git +chown nginx:nginx archive +``` + +OR + +```sh +git clone http://git.076.ne.jp/TechnicalSuwako/hozon.site.git +chown www-data:www-data archive +```