일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 팝업 바깥 레이어
- MySQL
- Github Token
- git cannot identify version of git executable
- git
- 여러 개
- Execution failed for task ':test'.
- PHP Storm
- mac 패키지 관리자
- InvalidTestClassError
- XML Opacity
- junit
- 5회 인증
- 챗GPT
- 다음으로 이동
- nextFocusDown
- Android Studio
- Chat GPT
- Github 등록
- Android Flavor
- 챗지피티
- Linux 패키지 관리자
- docker에서 mysql 실행
- TextView 일부분
- sourceSet
- AWS
- php
- 안드로이드 자동으로 포커싱
- codeigniter
- Location Permission
- Today
- Total
128june
Codeigniter 설치하기 [윈도우 64bit] 본문
1. 먼저 Apache / PHP를 설치해야합니다. 주소는 다음 링크들을 따라서 설치하시면 됩니다!
Apache 2.4 설치 [윈도우10 64bit]
1. 먼저 https://www.apachelounge.com/download/에서 64bit Apache 2.4를 다운로드합니다. 2. 다운로드한 파일의 압축을 해제합니다. 경로는 C:/ 로 설정하여 최종적으로 C:/Apache24로 설정하였습니다. 3. Apa..
128june.tistory.com
PHP 7.4.6 설치 [윈도우10 64bit]
글을 작성함에 앞서서 PHP를 설치하기 전에 Apache2.4 서버를 설치해야 하기 때문에 Apache 2.4 설치 [윈도우10 64bit]를 참조하시기 바랍니다. 1. 먼저 https://windows.php.net/download/에서 PHP 7.4.6을 다운..
128june.tistory.com
2. Codeigniter를 다운로드합니다. 링크는 다음과 같습니다.
저는 CodeIgniter-3.0.6를 설치하였습니다.
http://www.ciboard.co.kr/user_guide/kr/installation/downloads.html
Downloading CodeIgniter ‐ 코드이그나이터 3.0 한글매뉴얼
© Copyright 2014 - 2016, British Columbia Institute of Technology. Last updated on Mar 21, 2016.
www.ciboard.co.kr
3. 다운로드한 CodeIgniter-3.0.6를 압축해제한 후 C:\Apache24\htdocs 폴더에 넣어줍니다.
4. Welcome to CogeIgniter! 페이지가 나오면 성공!
출처
http://www.ciboard.co.kr/user_guide/kr/installation/index.html
Installation Instructions ‐ 코드이그나이터 3.0 한글매뉴얼
© Copyright 2014 - 2016, British Columbia Institute of Technology. Last updated on Mar 21, 2016.
www.ciboard.co.kr
https://www.youtube.com/watch?v=WFjPze8mPdg&list=PLrCCNh6y7w2hh4UxxzFJYTqAP01SQdB7T&index=3
'JetBrain > PHP Storm & Codeigniter' 카테고리의 다른 글
[Codeigniter] 기본적인 MVC 모델 구현 (0) | 2020.06.08 |
---|---|
[Codeigniter] MVC 모델 - Controller에 대해서 (0) | 2020.06.05 |
[Codeigniter] Database 설정하기 (Mysql 5.7) (0) | 2020.06.05 |
PHP Storm과 Mysql(AWS EC2) 연결 (2) | 2020.06.04 |
Codeigniter란? (0) | 2020.06.03 |