[AWS] AWS Lightsail Laravel 배포
[AWS] AWS Lightsail Laravel 배포
[Cloud]/[AWS]
ls
sudo passwd root
sudo nano /etc/ssh/sshd_config
PermitRootLogin prohibit-password PasswordAuthentication no
PermitRootLogin yes PasswordAuthentication yes
sudo service sshd restart
apt-get update
apt-get install nginx
apt-get update && sudo apt-get upgrade
UTF-8 선택
Keep the local version currently installed 선택
apt-get install software-properties-common
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php7.3 php7.3-xml php7.3-gd php7.3-opcache php 7.3-mbstring
apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
apt-get install mysql-server
apt-get install php-mysql
ssh-keygen
cat ~/.ssh/id_rsa.pub
from http://buildabetterworld.tistory.com/26 by ccl(A) rewrite - 2020-03-07 04:55:34
댓글
댓글 쓰기