Installation überprüfen
Überprüfen Sie die installierte Version:
opencode --version
Hinzugefügt opencode zu Ihrem PATH über: /root/.bashrc
Grundlegende Verwendung
1. Navigieren Sie zu Ihrem Projekt:
cd <project>
2. Start OpenCode:
opencode
Wichtige Pfade
- Installationsverzeichnis:
/root/.opencode/bin - Binär:
/root/.opencode/bin/opencode
Zugriff auf die Webschnittstelle
1. Start the OpenCode web server on a specific port (e.g., 8080):
opencode web --port 8080
2. From your local machine, create an SSH tunnel to securely forward the port:
ssh -L 8080:localhost:8080 root@<SERVER_IP>
3. Then open your browser and go to: http://localhost:8080