librengine
v1.2
لن يتم الحفاظ على هذا المشروع.


يرجى تشغيل البناء في كل مرة لتغيير الحجج.
يتم إطلاق الموقع افتراضيًا على المنفذ 8080 ومع Proxy Tor ( !!! ) ، لتحريره ، تحتاج إلى تغيير موقع Config.json وإعادة البناء.
يجب تغيير مفتاح API لقاعدة البيانات في التكوين وعندما يتم بدء قاعدة البيانات (-مفتاح API).
sudo docker pull typesense/typesense:0.24.0.rcn6
mkdir /tmp/typesense-data
sudo docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.24.0.rcn6 --data-dir /data --api-key=xyzsudo docker-compose build crawler --build-arg SITES= " $( cat sites.txt ) " --build-arg THREADS=1 --build-arg CONFIG= " $( cat config.json ) "
sudo docker-compose up crawlersudo docker-compose build website --build-arg CONFIG= " $( cat config.json ) "
sudo docker-compose up website cd scripts && sh install_deps.sh cd scripts && sh build_all.sh يتم إطلاق الموقع افتراضيًا على المنفذ 8080 ومع Proxy Tor ( !!! ) ، لتحريره ، تحتاج إلى تغيير config.json.
يجب تغيير مفتاح API لقاعدة البيانات في التكوين وعندما يتم بدء قاعدة البيانات (-مفتاح API).
mkdir /tmp/typesense-data &&
./typesense-server --data-dir=/tmp/typesense-data --api-key=xyz --enable-cors &&
sh scripts/init_db.sh./crawler ../../sites.txt 5 ../../config.json
# [sites_path] [threads_count] [config path] ./website ../../config.json
# [config path] ¯ (ツ) /¯
./config.json
GNU ASFERO GENERAL LICENT V3.0