일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- JavaScript
- JS
- 개발툴
- 다이빙
- 오픈워터
- ubuntu
- 엘든링
- Linux
- guide
- 공략
- 씨홀스
- window10
- Front-end
- 스쿠버다이빙
- window
- hybride
- PostgreSQL
- 어드벤스
- 야생의숨결
- 도커
- 젤다의전설
- Angular
- psql
- 세부
- 뱀파이어서바이벌
- WebView
- 여행
- docker
- 게임
- 취미
- Today
- Total
목록guide (5)
Rianshin
이 문서는 우분투(Ubuntu) 12.04에서 레드마인(Redmine) 설치 가이드를 제공합니다. 우분투 13.04와 14.04는 해당 가이드가 적용되지 않습니다. 1. 준비사항 1.1 Apache 설치 레드마인(Redmine)을 설치하기전 Apache를 설치합니다. Apache를 설치하기 위해 다음 명령을 수행합니다. $ sudo apt-get install apache2 libapache2-mod-passenger https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6a242d84-6f4b-45d9-a9c4-71439efe2272/untitled 1.2 MySQL 설치 MySQL을 설치하기 위해 다음 명령을 수행합니다. $ sudo apt-get..
1. 준비사항 1.1 Apache 설치 레드마인(Redmine)을 설치하기전 Apache를 설치합니다. Apache를 설치하기 위해 다음 명령을 수행합니다. $ sudo apt-get install apache2 libapache2-mod-passenger 1.2 MySQL 설치 MySQL을 설치하기 위해 다음 명령을 수행합니다. $ sudo apt-get install mysql-server mysql-client MySQL 설치 중 root 사용자 패스워드를 묻습니다. 적당한 패스워드를 입력합니다. 2. 레드마인(Redmine) 설치 2.1 레드마인(Redmine) 설치 Redmine MySQL 버전을 설치하기 위해 다음 명령을 수행합니다. $ sudo apt-get install redmine re..
AngularJS Controllers have recently gone under some changes (version 1.2 to be precise). What this means for scopes, Controllers and Angular development is some very subtle but powerful changes. One of those changes I believe is improved architecture, clearer scoping and smarter Controllers. For live AngularJS help on AirPair Controllers as we know them are class-like Objects that drive Model an..
개념하이브리드 앱이란?HTML5, CSS3, JavaScript 와 같은 웹기술을 사용하여 네이티브 앱을 제작하는 모바일 프레임워크phoneGap, Orchestra, Appspresso, etc모바일웹의 제작및 유지보수의 용이성과 네이티브앱의 단말 고유기능(카메라, 위치정보 등)을 이용하기 위해서 사용.환경설정node JS 설치 (npm 사용)https://nodejs.org/en/ 에서 다운로드 및 설치코드로바 설치$ sudo npm install -g cordovax-code 설치appStore 를 이용한 설치첨부파일 키체인 등록(더블클릭!!)android studio 설치https://developer.android.com/studio/index.html 에서 다운로드 후 설치기본 프로젝트 생성 ..
- Angular Style Guide @ John_papa - 번역전 : https://github.com/johnpapa/angular-styleguide 다음의 스타일가이드는 Angular, presentations, Pluralsighi training courses(http://www.pluralsight.com/author/john-papa) 와 팀에서 일했던 개발경험으로 만들었습니다.. 이가이드에 흥미가 있다면 Angular Patterns:Clean Code과정(http://www.pluralsight.com/courses/angularjs-patterns-clean-code)을 숙지하기 바랍니다. 커뮤니티의 놀라움과 신용당신은 결코 혼자서 아닙니다! Angular 커뮤니티는 자신의 경험을..