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 - Plugins directory:
/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
컨테이너 재시작:
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/atheosvolumes. - Directories are owned by UID 33 (
www-data) for compatibility with the container.
