You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| .. | ||
| backvicibox | 2 months ago | |
| installer custom | 2 months ago | |
| README.md | 2 months ago | |
| quick_install.sh | 2 months ago | |
| stage_custom_assets.sh | 2 months ago | |
| unified_installer.log | 2 months ago | |
| unified_installer.sh | 2 months ago | |
README.md
Instalación rápida
En un servidor nuevo
0) Instalar Git
En openSUSE/SLE:
sudo zypper -n refresh
sudo zypper -n install -y git curl
1) Clonar el repo en /home
cd /home
git clone https://git.sapian.cloud/Sapian/vicidial_sapian.git
2) Ejecutar el instalador
sudo /home/vicidial_sapian/Custom/unified_installer.sh --non-interactive
Eso instala:
- VICIdial/ViciBox (backvicibox)
- Custom (CSS + logos)
Logs útiles
- Instalador unificado:
/home/vicidial_sapian/Custom/unified_installer.log - Backvicibox:
/home/backvicibox/install-vicibox.log - Vicibox:
/var/log/vicibox.log - Apache (errores):
/var/log/apache2/error_log
URLs después de instalar
http://<IP>/vicidial/welcome.phphttp://<IP>/vicidial/admin.php
Si falla
- Revisa los logs de arriba.
- Si ves error 500 al entrar a
admin.php, revisa SELinux:
getenforce
sudo tail -n 200 /var/log/messages | grep -i avc