أثيوس

إطار عمل بيئة تطوير متكاملة (IDE) قائم على الويب يتميز بصغر حجمه ومتطلباته الدنيا.

Accessing Atheos IDE

  • افتح متصفحك وقم بزيارة: http://<SERVER_IP>:8080
  • Complete the initial setup form.
  • Set credentials for your admin account.
  • Custom domain is optional and can be left blank.

الملفات والمجلدات المهمة

  • دليل التثبيت: /opt/atheos
  • ملف Docker Compose: /opt/atheos/docker-compose.yml
  • Workspace root: /opt/atheos/workspace
  • دليل الإضافات: /opt/atheos/plugins
  • Themes directory: /opt/atheos/themes
  • دليل البيانات: /opt/atheos/data

Docker Management

Go to the install directory:

cd /opt/atheos

Start containers:

docker compose up -d

عرض السجلات:

docker compose logs -f

Stop containers:

docker compose down

Restart container:

docker restart atheos

Access container shell:

docker exec -it atheos sh

ملاحظات

  • Runs inside a Docker container named atheos.
  • The web interface is exposed on port 8080.
  • Persistent data is stored in /opt/atheos volumes.
  • Directories are owned by UID 33 (www-data) for compatibility with the container.

تفاصيل الطلب