http://oyeahhh.tistory.com/97
http://blog.naver.com/PostView.nhn?blogId=dme1004&logNo=220857327544&parentCategoryNo=&categoryNo=13&viewDate=&isShowPopularPosts=true&from=search
https://bitnami.com/forums/forums/lampstack/topics/lampstack-unable-to-run-etc-init-d-apache-restart
1. root 권한
sudo bash
2. Bitnami 사이트 접속해서
https://bitnami.com/stack/lamp/installer
3. Linux Version 선택 Download 버튼 우클릭 후 링크 주소 복사
https://bitnami.com/redirect/to/157571/bitnami-lampstack-7.0.22-1-linux-x64-installer.run
4. wget 복사한 링크 주소 붙여넣기(리눅스에 입력)
wget https://bitnami.com/redirect/to/157571/bitnami-lampstack-7.0.22-1-linux-x64-installer.run
5. chmod 명령어를 사용하여 권한을 변경해 준다.
sudo chmod 700 bitnami-lampstack-7.0.22-1-linux-x64-installer.run
6. lamp를 설치 한다.
sudo ./bitnami-lampstack-7.0.22-1-linux-x64-installer.run
7. 설치할 때 PhpMyAdmin을 제외한 나머지는 설치 하지 않는다. 전부 n 를 해준다. Bitnami의 설치 위치를 변경하지 않는다면 엔터 해준다. ( 기본은 /opt/lampstack-버전 )
8. MySQL의 root 사용자의 비밀번호를 설정해 준다.
9. 설치 완료하면 실행 시켜 준다~
'서버' 카테고리의 다른 글
Apache2 403 에러 처리하기 (0) | 2017.10.12 |
---|---|
리눅스에서 .tar.gz 압축 풀기 (0) | 2017.09.30 |
Apache에서 UTF-8 문자열 셋 설정하기 (1) | 2017.09.20 |
Ubuntu14.04에서 phpmyadmin Not Found (0) | 2017.09.13 |
Ubuntu14.04에서 PHP파일 인식 못할때... (0) | 2017.09.11 |