Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 976 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 976 Bytes

Slog

Creating a Blog Design with Symfony, Vue.js, and Tailwind.

Project Member

  • Vu Dinh Dung
  • Tran Xuan Thanh

Requirements

PHP 8.2+ and Nodejs 18

Hướng dẫn cài đặt

Yêu cầu hệ thống:

Hệ điều hành Ubuntu 20.04+ hoặc WSL (Windows).

Các công cụ chính*

sudo add-apt-repository ppa:ondrej/php &&\
sudo apt-get install php8.2-{common,curl,mbstring,xml,zip,sqlite3}
curl -sS https://getcomposer.org/installer | php -- --install-dir=$HOME/.local/bin --filename=composer &&\
curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash &&\
sudo apt install symfony-cli
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

Gỡ cài đặt

sudo apt-get purge --auto-remove php8.2* nodejs symfony-cli &&\
rm $HOME/.local/bin/composer

Các công cụ tùy chọn

pip install djlint