Documentación inicial de Control de Misión
This commit is contained in:
24
CONFIGURACION.md
Normal file
24
CONFIGURACION.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Configuración para Gitea
|
||||
|
||||
## Repo Remoto
|
||||
- **URL**: https://gitea.danielarroyo.cl/openclaw-team/control-mision
|
||||
- **Estado**: Pendiente de configuración
|
||||
|
||||
## Pasos para Conectar
|
||||
|
||||
```bash
|
||||
# 1. Agregar login de Gitea (requiere token API)
|
||||
tea login add --name=gitea --url=https://gitea.danielarroyo.cl --token=TU_TOKEN
|
||||
|
||||
# 2. Verificar conexión
|
||||
tea repos list
|
||||
|
||||
# 3. Agregar remote al repo local
|
||||
git remote add origin https://gitea.danielarroyo.cl/openclaw-team/control-mision.git
|
||||
|
||||
# 4. Push inicial
|
||||
git push -u origin main
|
||||
```
|
||||
|
||||
## Nota
|
||||
La documentación local está completa y lista para ser empujada al remote cuando se configure el acceso a Gitea.
|
||||
Reference in New Issue
Block a user