아마존 EC2 관련 포스팅 모음
sudo vi 처럼 모든 명령에 root 의 권한을 준다. 클라이언트 툴을 사용시엔 chmod 로 폴더 또는 파일에 권한을 준다
*최근 종합EC2
http://opentutorials.org/course/488/2616
권한 성절
2 - http://youknows.tistory.com/6
EC2 가입 - http://trend21c.tistory.com/1292
EC2 Instance (1-1) - 접근하기 : http://ngee.tistory.com/71
EC2 인스턴스 생성 (1-2) -http://trend21c.tistory.com/1293 (1-1)과 내용이 겹칠수 있다
EC2 APM 구축 준비 (2-1)- http://trend21c.tistory.com/1294
-> 보충 링크 - http://trend21c.tistory.com/1297
EC2 Instance (2-2) - 아파치(apache) 서버 + php 설치 및 접근 : http://ngee.tistory.com/73
2-1 설치 후 2-2에 php 설치 중 아래 링크에 나오는 php.i686(예) 물론 달라질수 있다. sudo yum install -y php.i686 으로 재 인스톨 해 주고 재시작한다.
** 2-2 PHP 파일에서 한글이 되도록 설정해주는 META 태그 말고도 아파치에서 설정해줘야 하는 부분이 있다.
위의 사진과 같이 EUC-KR 설정을 해주고 리뷰트 해줘야한다.
getting php my sql running amazon ec2 - http://www.alexkorn.com/blog/2011/03/getting-php-mysql-running-amazon-ec2/
linux mysql 기본 셋팅 http://kwon37xi.egloos.com/1634694
linux mysql 설치 -http://hosang.tistory.com/297
phpmyadmin linux설정
1- http://superuser.com/questions/291230/how-to-install-phpmyadmin-on-linux-ec2-instance
Do the following:
- Navigate to the apache folder
cd /var/www/html - Ensure ownership of the folder (assuming signed in with ec2-user)
sudo chown ec2-user . - Download phpMyAdmin
wget http://www.sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.6/phpMyAdmin-3.5.6-all-languages.tar.bz2 - Unzip
tar -jxf phpMyAdmin-3.5.6-all-languages.tar.bz2 -C /var/www/html - Rename the folder
mv phpMyAdmin-3.5.6-all-languages phpmyadmin - Remove the zip file
rm -rf phpMyAdmin-3.5.6-all-languages.tar.bz2
That's the basics. You can find more info in the link provided above.
2 - http://blog.naver.com/hwang_jt?Redirect=Log&logNo=130015389167
*** 아래는 필요에 따라 참고 사이트 )
EC2 Instance (3) - PostgreSQL + PostGIS 설치 : http://ngee.tistory.com/75
EC2 Instance (4) - CPU, Memory 정보 : http://ngee.tistory.com/89
EC2 Instance (5) - t1.micro Instance x 2 : http://ngee.tistory.com/103
EC2 Instance (6) - tip? : http://ngee.tistory.com/106
EC2 FTP 설치 접속 - http://trend21c.tistory.com/1298
Ec2 putty(윈도우즈환경) 접속 - http://trend21c.tistory.com/1295
'개발도구 > SQL, Query, Cloud' 카테고리의 다른 글
[mysql] SQL / MySQL 서브쿼리(SubQuery) (0) | 2013.01.17 |
---|---|
[jquery] wookmark -pinterest 와 같이 만듦 (0) | 2012.11.30 |
[ios] ios -> php -> mysql 한글깨짐 (0) | 2012.11.14 |
[mysql] CREATE TABLE query (0) | 2011.10.12 |
[SQL] 지난 기간의 데이터를 삭제하기 (0) | 2011.09.26 |