티스토리 뷰
17년 2월 기준.
License server에 해당주소 넣고 인증
Can't use Subversion command line client
// svn에 command line client tools 추가 설치 후 경로 잡아줌
// ex)C:\Program Files\TortoiseSVN\bin\svn.exe
ftp 서버 ctrl+ s 자동 저장
File-Settings-Deploymentoptions
Upload changed files automatically to the default server탭의
On explicit save action (Ctrl+S) 변경
Default server is not configured가 뜰 경우
Tools-deployment-configuration
Mappings탭의 Use this server as default 체크
서버접속
New Project- Create New Project
Tools-Deployment-Configuration-'+'-Add Server
Connection에 접속정보 입력
Mappings에 매핑정보 입력
Tools-Deployment-Automatic Upload 선택
Excluded Paths에 동기화 안할 폴더 추가(Add deployment path)
node_modules
bower_components
nodejs 설치후 Run/Debug Configurations
Node interpreter에 node.exe 설정
express 실행 위해 bin/www 설정
SCSS 컴파일
Settings-Tools-File Watchers-'+'-"SCSS"선택-설정
Tools-Deployment-Option-"Upload external changes"체크
Tools-Deployment-Sync with Developed to [ip]
서버쪽 기준으로 sync. 삭제된 파일은 merge sync
Ctrl+Shift+F
// 프로젝트에서 찾기
// Regex 체크해제해야 특수문자 매칭검색
phpStorm 관련
Ctrl+Shift+N - 파일명 이동
Ctrl+N - 클래스명 이동
'Study' 카테고리의 다른 글
Linux(리눅스) Firewall(방화벽) 관련 (0) | 2024.02.18 |
---|---|
Observer(옵저버) 패턴 (0) | 2024.02.18 |
.gitignore(깃이그노어) .gitattributes(깃어트리뷰트) 설정 관련 (0) | 2024.02.18 |
ui-router(유아이-라우터) 관련 (0) | 2024.02.18 |
Windows 10(윈도우 10) Error code(오류 코드) 0x8007007b (0) | 2024.02.14 |