This commit is contained in:
2025-10-01 15:49:06 +02:00
parent c619b748fa
commit ddfa3d6dd8
2 changed files with 14 additions and 0 deletions

View File

@@ -6,5 +6,7 @@ RUN chown -R www-data:www-data /var/www/html
# For now remove OpenID files from container, OpenID integration will come soon.
RUN rm /var/www/html/admin/login.php.keycloak
RUN rm /var/www/html/admin/logout.php.keycloak
RUN rm /var/www/html/admin/composer.json
RUN rm /var/www/html/admin/composer.lock
RUN a2enmod rewrite
EXPOSE 80

View File

@@ -76,6 +76,18 @@ header('Location: https://keycloak.local/realms/master/protocol/openid-connect/l
```
8. **Apri ``http://localhost`` e goditi il sito**
## Installazione con Docker
NOTA: L'installazione con Docker è in fase di sviluppo attivo, quindi potrebbe non funzionare.
1. Installa Docker
```bash
curl -fsSL https://get.docker.com | bash
```
2. Compila e crea il container:
```bash
docker compose up -d
```
3. Il container dovrebbe diventare disponibile su ``http://localhost:8080``
## Licenza
**Orario Scuola, Copyright (C) 2025 EmmeV.**