diff --git a/README.md b/README.md index 8323f74..e398eec 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,12 @@ The Laravel framework is open-sourced software licensed under the [MIT license]( ## Debian 11 +Install guide for debian 11 + ### Pre Reqs #### Install Composer -* https://www.digitalocean.com/community/tutorials/how-to-install-composer-on-debian-11-quickstart +* https://www.digitalocean.com/community/tutorials/how-to-install-composer-on-debian-11-quickstart (only do after install PHP 8.2 if that is not done see the commands in the install commands section) ### Install Commands ``` @@ -85,10 +87,12 @@ sudo sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > sudo apt update sudo apt install php8.2 -y php -v -sudo apt install apache2 libapache2-mod-php8.2, php8.2-mbstring +sudo apt install apache2 libapache2-mod-php8.2 php8.2-mbstring php8.2-curl sudo systemctl restart apache2 cd /var/www/html/ -git clone git@code.techinc.nl:techinc/printer-manager-admin.git printer-manager-admin +git clone git@code.techinc.nl:techinc/printer-manager-admin.git +chown -R www-data:www-data printer-manager-admin/ +printer-manager-admin cd printer-manager-admin ```