Skip to content

Commit

Permalink
Merge pull request #29 from alegarsan11/develop
Browse files Browse the repository at this point in the history
fix: install dependencies
  • Loading branch information
alegarsan11 authored May 28, 2024
2 parents 8bd6b90 + c8c63f8 commit 28dfca4
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 28dfca4

Please sign in to comment.