우분투 리눅스에 nginx , php , mysql 설치하기

컴퓨터이야기/APM 2011. 3. 3. 18:14

1. 우분투 최신버젼을 다운받아서 시디로 굽웠다. (http://www.ubuntu.com)
2. 고정아이피를 할당받아 설치하였고 계정등록후 su 비밀번호를 등록.
sudo passwd root

3. 아래 보고 따라한다 ㅋ (퍼옴)

4. 웹브라우저로 확인했을떄 502 에러가 나오면 로그파일을 보고 원인을 찾으면 된다.


참고 URL
http://folderfile.net/?mid=textyle&category=3062&vid=xe


설치하고 나니 nginx의 버젼이 최신이 아니더라
그래서 제거를 하고 지웠더니 의존성 에러가 걸리더라.
그래서 업데이트 했다.

아래는 apt-get 사용법


업데이트하고 나니 막 설치를 하더니
버젼은 그대로다. 그냥 써야게다 ㅋ

가 아니라 다시 삽질했다.
공식홈페이지를 참조해서 

How do I use software from a PPA?

To start installing and using software from a Personal Package Archive, you first need to tell Ubuntu where to find the PPA.

Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.

Adding the PPA to Ubuntu 9.10 (Karmic) and later

If you're using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

Step 1: On the PPA's overview page, look for the heading that reads Adding this PPA to your system. Make a note of the PPA's location, which looks like:

ppa:gwibber-daily/ppa

Step 2: Open a terminal and enter:

sudo add-apt-repository ppa:user/ppa-name

Replace ppa:user/ppa-name with the PPA's location that you noted above.

Screen shot of a terminal with the sudo add-apt-repoistory line

Your system will now fetch the PPA's key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

Screen shot of a system retrieving the PPA details

Step 3: Now, as a one-off, you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

sudo apt-get update

Now you're ready to start installing software from the PPA!

On older (pre 9.10) Ubuntu systems

Step 1: Visit the PPA's overview page in Launchpad. Look for the heading that reads Adding this PPA to your system and click the Technical details about this PPA link.

Step 2: Use the Display sources.list entries drop-down box to select the version of Ubuntu you're using.

Step 3: You'll see that the text-box directly below reads something like this:

deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main

Copy those lines.

Step 4: Open a terminal and type:

sudo gedit /etc/apt/sources.list

This will open a text editor containing the list of archives that your system is currently using. Scroll to the bottom of the file and paste the lines you copied in the step above.

Save the file and exit the text editor.

Step 5: Back on the PPA's overview page, look for the Signing key heading. You'll see something like:

1024R/72D340A3 (What is this?)

Copy the portion after the slash but not including the help link; e.g. just 72D340A3.

Step 6: Now you need to add that key to your system so Ubuntu can verify the packages from the PPA. In your terminal, enter:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3

Replace 72D340A3 with whatever you copied in the step 5.

This will now pull down the PPA's key and add it to your system.

Step 7: Now, as a one-off, you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

sudo apt-get update

Now you're ready to start installing software from the PPA!

Read more about Personal Package Archives in our help wiki.


설치 완료!
근데 php 5.3.x 가 깔렸는데
그 버젼에선 젠트옵티마이저가 안된다.
그래서 php 5.2.x로 다운그레이드 해야겠다 ㅠㅠ

역시 구굴링


아.. php5.2.10을 설치했는데 
php 속도가 0.0105550289154 가 나왓다.
5.3.x에서는 0.007~이 나왔었는데 ㅠㅠ

그래서 다시 젠드옵티마이저 포기하고 5.3으로 가야겠다.
아놔 삽질

지역로그 : 태그로그 : 미디어로그 : 방명록 : 관리자 : 글쓰기
blog.isitte.com is powered by Daum / Designed by Tistory and Yozm