리눅스 CodeIgniter 설치

리눅스 CodeIgniter 설치

1 사전작업[ | ]

2 다운로드[ | ]

root@zetawiki:~# cd /var/www/html
root@zetawiki:/var/www/html# wget https://github.com/bcit-ci/CodeIgniter/archive/3.0.5.zip
... (생략)
Length: 2555661 (2.4M) [application/zip]
Saving to: ‘3.0.5.zip’

100%[=========================================>] 2,555,661   1.37MB/s   in 1.8s   

2016-03-17 09:09:57 (1.37 MB/s) - ‘3.0.5.zip’ saved [2555661/2555661]
  • 압축해제
root@zetawiki:/var/www/html# unzip 3.0.5.zip 
Archive:  3.0.5.zip
4aeab69d8519873c0b20b8a51c910a0674a6c84e
   creating: CodeIgniter-3.0.5/
  inflating: CodeIgniter-3.0.5/.gitignore  
   creating: CodeIgniter-3.0.5/application/
... (생략)
  inflating: CodeIgniter-3.0.5/user_guide/tutorial/index.html  
  inflating: CodeIgniter-3.0.5/user_guide/tutorial/news_section.html  
  inflating: CodeIgniter-3.0.5/user_guide/tutorial/static_pages.html

3 접속[ | ]

Welcome to CodeIgniter!

The page you are looking at is being generated dynamically by CodeIgniter.

If you would like to edit this page you'll find it located at:

application/views/welcome_message.php
The corresponding controller for this page is found at:

application/controllers/Welcome.php
If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}