Update 'README.md'
This commit is contained in:
parent
82482a3ddb
commit
e8cffa7da7
1 changed files with 7 additions and 3 deletions
10
README.md
10
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue