النشر على Google Cloud Platform
انشر OpenClaw على GCP باستخدام Cloud Run أو Compute Engine.
Cloud Run (موصى به)
# تسجيل الدخول gcloud auth login # إنشاء مشروع gcloud projects create openclaw-gateway # النشر gcloud run deploy openclaw \ --image openclaw/openclaw:latest \ --platform managed \ --region us-central1 \ --allow-unauthenticated
Compute Engine
# إنشاء VM gcloud compute instances create openclaw-vm \ --image-family ubuntu-2204-lts \ --image-project ubuntu-os-cloud \ --machine-type e2-medium # SSH إلى VM gcloud compute ssh openclaw-vm # تثبيت OpenClaw npm install -g openclaw
التكلفة
Cloud Run يوفر مستوى مجاني سخي. راجع أسعار GCP للتفاصيل.