티스토리 뷰
다운로드
$ wget http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gz
--2014-01-23 14:38:20-- http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gz
Resolving nodejs.org... 165.225.133.150
Connecting to nodejs.org|165.225.133.150|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5472950 (5.2M) [application/octet-stream]
Saving to: `node-v0.10.24-linux-x64.tar.gz'
100%[=========================================================================================>] 5,472,950 1.67M/s in 3.1s
2014-01-23 14:38:24 (1.67 MB/s) - `node-v0.10.24-linux-x64.tar.gz' saved [5472950/5472950]
압축해제 & 이동
$ tar -xzvf node-v0.10.24-linux-x64.tar.gz
... 압축 푸는중...
$ mv node-v0.10.24-linux-x64 ~/nodejs
cd ~
PATH 설정
$vi .bash_profile
PATH=$PATH:$HOME/bin:$HOME/mongodb/bin:$HOME/nodejs/bin
$source .bash_profile
실행
$node
> console.log('hello nodejs');
hello nodejs
undefined
>
- Total
- Today
- Yesterday
- java
- properties
- Eclipse
- Spring
- maven
- Build
- vrapper
- boot
- Tomcat
- mybatis
- 코틀린
- 맛집
- 합정
- oracle
- docker
- vi
- ls
- vim
- 도커
- Shell
- Profile
- grant
- Kotlin
- Access
- resttemplate
- Linux
- IntelliJ
- 톰캣
- Database
- jQuery
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |