"리눅스 Meteor 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;리눅스 Meteor 설치
;리눅스 Meteor 설치
;리눅스 미티어 설치
;리눅스 미티어JS 설치


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# meteor --version
root@zetawiki:~# meteor --version
meteor: command not found
meteor: command not found
</source>
</syntaxhighlight>


==사전작업==
==사전작업==
* [[nodejs 설치]]
* [[nodejs 설치]]
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# node -v
root@zetawiki:~# node -v
v4.4.5
v4.4.5
</source>
</syntaxhighlight>


==meteor 설치==
==meteor 설치==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# curl https://install.meteor.com/ | sh
root@zetawiki:~# curl https://install.meteor.com/ | sh
   % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
   % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
37번째 줄: 37번째 줄:
   docs.meteor.com
   docs.meteor.com


</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# meteor --version
root@zetawiki:~# meteor --version
Meteor 1.4.1
Meteor 1.4.1
root@zetawiki:~# which meteor  
root@zetawiki:~# which meteor  
/usr/local/bin/meteor
/usr/local/bin/meteor
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:54 기준 최신판

리눅스 Meteor 설치
리눅스 미티어JS 설치

1 확인[ | ]

root@zetawiki:~# meteor --version
meteor: command not found

2 사전작업[ | ]

root@zetawiki:~# node -v
v4.4.5

3 meteor 설치[ | ]

root@zetawiki:~# curl https://install.meteor.com/ | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7590    0  7590    0     0   8806      0 --:--:-- --:--:-- --:--:--  8805
Downloading Meteor distribution
######################################################################## 100.0%

Meteor 1.4.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.

To get started fast:

  $ meteor create ~/my_cool_app
  $ cd ~/my_cool_app
  $ meteor

Or see the docs at:

  docs.meteor.com

4 확인 2[ | ]

root@zetawiki:~# meteor --version
Meteor 1.4.1
root@zetawiki:~# which meteor 
/usr/local/bin/meteor

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}