Skip to content

Commit

Permalink
fix: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarsan11 committed May 28, 2024
1 parent 96b6683 commit c8c63f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ sudo chown www-data:www-data $MPLCONFIGDIR
sudo chmod 777 $MPLCONFIGDIR

# Instalación de dependencias
sudo apt-get install -y libfreetype6-dev libxft-dev

sudo apt-get install -y libfreetype6-dev libxft-dev apache2
sleep 5
# Copiar la aplicación
sudo cp -r nftables-frontend /usr/share

# Instalación y configuración de Apache con WSGI
sudo apt-get install -y libapache2-mod-wsgi-py3
sleep 5
sudo a2enmod wsgi

# Configuración del sitio de Apache
Expand Down

0 comments on commit c8c63f8

Please sign in to comment.