English
- Always review the installer script before running it on any server.
- Download the script, inspect its contents, verify its checksum (SHA256) from a trusted source or repository commit, and only then run it if you trust the code.
- Prefer testing on a disposable VM or staging server before running in production.
العربي
- دائماً افحص سكربت التثبيت قبل تشغيله على أي سيرفر.
- حمِّل الملف، اطلع على محتواه، تحقّق من قيمة الـ SHA256 من مصدر موثوق (أو من commit في الـ repo)، ولا تنفّذ إلا إذا ثقت بالمصدر.
- من الأفضل تجربة السكربت أولاً على جهاز افتراضي (VM) أو سيرفر اختبار قبل الإنتاج.
Step-by-step (recommended) — English
- Download the installer to
/tmp(do NOT pipe tobashdirectly):
curl -fsSL -o /tmp/setup_webserver.sh https://raw.githubusercontent.com/xXstrem/install-php-tiny/main/setup_webserver.sh