Month: 3월 2017

드루팔 설치방법 설치스크립트

#DRUPAL INSTALL SCRIPT 드루팔7 다운로드 다운로드 받은 드루팔을 FTP에 업로드후 콘솔로 접속하여 다음과 같이 실행합니다. chmod a+w sites/default mkdir sites/default/files chmod a+w sites/default/files cp sites/default/default.settings.php sites/default/settings.php chmod a+w sites/default/settings.php #BACK chmod go-w sites/default chmod go-w sites/default/settings.php   root  접속하여 실행한 경우 꼭 사용자권한으로 되돌리는것 잊지말아야 합니다~

Jquery is not a funciton (wordpress) 에러 발생시

Jquery is not a funciton (wordpress) 에러가 발생하는 이유는 이렇다. 워드프레스가 포함하고 있는 jquery.js 에 jQuery.noConflict() 때문 따라서 jquery 사용시 아래 예제 구문처럼 사용해야한다. In WordPress jQuery.noConflict() is called on the jQuery file it includes (scroll to the bottom of the file it’s including for jQuery to see this), which means $ doesn’t work, but jQuery […]

이클립스PDT +비트버킷(bitbucket) 연동 SSH

이클립스PDT를 설치하여 비트버킷을 SSH로 연결하여 사용하는 방법. 1. 비트버킷 저장소 만들기. Create Repository 저장소 이름을 정해서 생성해줍니다~ 생성이 되면 다음과 같이 화면이 나옵니다.     2. SSH 키 생성 및 비트버킷에 SSH키 등록하기. 비트버킷을 SSH 방식으로 사용하기 위해서 SSH키를 생성하여 등록하는 방법입니다. https://git-scm.com 에서 윈도우용 다운로드 및 설치를 합니다. 설치가 끝나면 바탕화면 아무곳에 두고 우클릭을 […]

Scroll to top