Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 878 Bytes

_DEPLOYMENT.md

File metadata and controls

39 lines (33 loc) · 878 Bytes

Check https://laravel.com/docs/11.x/deployment

Sytem requirements

Run the following command to install most of the required packages:

```apt-get install -y wget tar xz-utils iputils-ping composer poppler-utils cups-client cm-super \
libzip-dev libpng-dev libonig-dev libcurl4-openssl-dev libxml2-dev \
php8.2-cli php8.2-mysql php8.2-zip php8.2-gd php8.2-mbstring php8.2-curl php8.2-xml php8.2-bcmath \
texlive-latex-base texlive-latex-extra texlive-lang-european
  • Composer
  • Node.js
  • PHP
    • For the current PHP version, check composer.json.
    • Extensions:
      • Ctype
      • cURL
      • DOM
      • Fileinfo
      • Filter
      • Hash
      • Mbstring
      • OpenSSL
      • PCRE
      • PDO
      • Session
      • Tokenizer
      • XML
  • MySQL
  • pdflatex
  • lpstat

TODO add more... (also install script or commands?)