SEOのない検索エンジン
https://kensaku.online
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
api | 10 months ago | |
include | 7 months ago | |
srv | 10 months ago | |
tool | 7 months ago | |
www | 7 months ago | |
.gitignore | 10 months ago | |
LICENSE.txt | 8 months ago | |
README.md | 8 months ago | |
config.sample.php | 10 months ago | |
helper.php | 10 months ago | |
logo.png | 10 months ago |
README.md
検索オンライン 1.0.2
日本産検索エンジン。
必要なサーバーサイドソフト
- nginx
- crontab
- PHP 8.0以上
- MariaDB
- curl
- whois
- tor
- torsocks
- grep
- pandoc
Debian、Devuan、Ubuntuでインストール
sudo apt install -y lsb-release ca-certificates apt-transport-https software-properties-common gnupg2
echo "deb https://packages.sury.org/php/ bullseye main" | sudo tee /etc/apt/sources.list.d/sury-php.list
wget -qO - https://packages.sury.org/php/apt.gpg | sudo apt-key add -
sudo apt update
sudo apt install nginx php8.1 php8.1-{gd,fpm,common,cli,mbstring,intl,mysql,bcmath,curl} mariadb-{client,server} curl whois tor torsocks pandoc
Arch、Artix、Manjaroでインストール
sudo pacman -S nginx php php-fpm mariadb curl whois tor torsocks pandoc
インストール方法
mkdir -p /www/active && cd /www/active
git clone https://gitler.moe/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