일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- jenkins
- ubuntu
- 안드로이드
- virtualbox
- vi
- SMS Retreiver API
- 우분투 젠킨스
- CODEIGNITER
- 버추얼박스
- 리눅스
- 웹서버
- 우분투
- Firebase
- vim
- 우분투 젠킨스 업데이트
- 우분투 아파치 ssl
- Phone Selector
- 전화번호 가져오기
- vimrc
- jenkins war
- php
- 가상머신
- 인증번호 문자
- Android
- phpMyAdmin
- 젠킨스
- 가상컴퓨터
- jenkins 업데이트
- 아파치 https 적용
- 아파치
- Today
- Total
목록전체 글 (52)
철스토리
출처 : http://www.codeigniter-kr.org/bbs/view/lecture?idx=7073 아무리 하란대로 해도 안되서 다른 방법을 찾았음... 1. rewrite 주석제거 (없을 수 있음) : $sudo vi /etc/apache2/mods-available/rewrite.load #LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so 2. .htaccess 파일을 사용하기 위해 AllowOverride 옵션 All로 변경 : $sudo vi /etc/apache2/apache2.conf : ci가 설치되어 있는 디렉토리(/var/www 일경우) AllowOverride 설정 변경 #AllowOverride None #주..
1. CodeIgnighter 사이트 접속 : http://www.codeigniter.com/ 2. Download 주소 가져오기 : https://github.com/bcit-ci/CodeIgniter/archive/3.1.0.zip 3. 서버에서 다운로드 받기 : wget https://github.com/bcit-ci/CodeIgniter/archive/3.1.0.zip 4. 압축풀기 : unzip 3.1.0.zip -d ci/ 5. apache 설정에서 DocumentRoot 경로 변경 : $sudo vi /etc/apache2/sites-available/000-default.conf : DocumentRoot를 /var/www/ci 로 변경 6. 아파치 재기동 : $sudo service a..
* 참고 사이트http://gun0912.tistory.com/30 http://tosslab.github.io/android/2016/04/16/migration-to-retrofit2.htmlhttp://hashcode.co.kr/questions/1563/retrofit2-%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-http-%ED%86%B5%EC%8B%A0http://square.github.io/retrofit/http://mytalkhome.tistory.com/867http://falinrush.tistory.com/5https://zeroturnaround.com/rebellabs/getting-started-with-retrofit-2/https://intheche..