Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- m1 개발 환경
- 닷넷코어
- 과일잡자
- vscode dotnet core
- Search Advisor
- 폰트
- ASP.NET Core
- vscode asp.net core
- 닷넷코어 mvc
- font
- github
- visual studio code
- macbook m1
- 상병제도
- .net core mvc
- 한국주택금융공사
- git
- 신차장기리스
- 대출소식
- ASP.NET
- 3월 금리
- 전세대줄보증
- 특례보금자리론
- 주거부담
- POSTGRESQL error
- ASP.NET Core MVC
- POSTGRESQL 오류
- 할부형 렌트
- vscode extension
- 상병수당
Archives
- Today
- Total
IT와 일상다반사
ssh로 aws-ec2 연결해서 http 서비스 올리기 본문
반응형
ssh -i "lecture-test.pem" ec2-user@ec2-x-xxx-xxxxx.ap-northeast-2.compute.amazonaws.com
접속후
sudo -s
http 서비스 설치
yum install httpd -y
http 서비스 시작
service httpd start
--서버 재시작시 자동 실행
chkconfig httpd on
filezilla 에서 var/www/html에 파일 업로드 하면 됨.
반응형
Comments