Documentation Index
Fetch the complete documentation index at: https://docs.lasersell.io/llms.txt
Use this file to discover all available pages before exploring further.
التثبيت السريع
أسرع طريقة للتثبيت على أي منصة:
curl -fsSL https://dl.lasersell.io/install.sh | bash
إذا نجح ذلك، انتقل إلى البدء السريع. خيارات خاصة بالمنصة أدناه.
أدلة المنصات
Linux
macOS
Windows (WSL)
Docker
install.sh (موصى به)
curl -fsSL https://dl.lasersell.io/install.sh | bash
إعداد APT يدوي
curl -fsSL https://dl.lasersell.io/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/lasersell-archive-keyring.gpg
ARCH="$(dpkg --print-architecture)"
echo "deb [arch=${ARCH} signed-by=/usr/share/keyrings/lasersell-archive-keyring.gpg] https://dl.lasersell.io stable main" | sudo tee /etc/apt/sources.list.d/lasersell.list > /dev/null
sudo apt update
sudo apt install lasersell
install.sh (موصى به)
curl -fsSL https://dl.lasersell.io/install.sh | bash
يدعم كلاً من Intel وApple Silicon (سلسلة M).Homebrew
brew tap lasersell/lasersell
brew install lasersell
ملف مضغوط (بدون Homebrew)
curl -fsSL https://dl.lasersell.io/install.sh | bash -s -- --method tar
يعمل LaserSell على Windows من خلال WSL (نظام Windows الفرعي لنظام Linux).1. ثبّت WSL
افتح PowerShell كمسؤول:أعد تشغيل جهازك.2. ثبّت LaserSell
افتح توزيعة WSL (مثل Ubuntu) وشغّل:curl -fsSL https://dl.lasersell.io/install.sh | bash
1. التحضير
ثبّت Docker Desktop وأنشئ مجلداً فارغاً باسم lasersell.2. التشغيل
افتح طرفية، انتقل إلى المجلد، ثم شغّل:macOS / Linux:docker run -it --rm -v "$(pwd):/app/.lasersell" lasersell/lasersell
Windows (PowerShell):docker run -it --rm -v ${PWD}:/app/.lasersell lasersell/lasersell
عند أول تشغيل، يُطلق معالج الإعداد داخل الحاوية. تُكتب ملفات التكوين في المجلد المركب وتستمر عبر التشغيلات.
الترقية
| الطريقة | الأمر |
|---|
| APT | sudo apt update && sudo apt install lasersell |
| Homebrew | brew upgrade lasersell |
| install.sh / ملف مضغوط | أعد تشغيل curl -fsSL https://dl.lasersell.io/install.sh | bash |
| Docker | docker pull lasersell/lasersell |
خيارات سطر الأوامر
| الخيار | اختصار | الوصف |
|---|
--setup | | فرض تشغيل معالج الإعداد |
--config <path> | -f | مسار ملف تكوين مخصص |
--debug | | كتابة سجلات بمستوى التصحيح إلى ~/.lasersell/debug.log |
--smoke | | تشغيل فحص صحة الاتصال والخروج |
--export-private-key | | تصدير المفتاح الخاص لمحفظتك بصيغة base58 إلى المخرجات القياسية |
--smoke و--setup و--export-private-key متبادلة الاستبعاد.