You cannot see this page without javascript.

forever 설치

Linux 조회 수 662 추천 수 0 2015.06.10 16:46:19

Ubuntu

#
# Update Ubuntu and Install Git, OpenSSL, and pkgconfig
#
apt-get -y update 
apt-get -y install git-core build-essential libssl-dev pkg-config

#
# Install node
#
git clone http://github.com/joyent/node.git
cd node
git checkout v0.6.7
./configure
make
make install

#
# Install forever
#
cd ../
npm install forever -g

CentOS

#
# Update CentOS
#
yum update
rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-1.noarch.rpm
yum install openssl-devel pkgconfig gcc gcc-c++ kernel-devel make git

#
# Install Node and Forever
#
cd /usr/src
git clone http://github.com/joyent/node.git
cd node
git checkout v0.6.7
./configure
make && make install
cd /root
npm install forever -g

Gentoo

#
# Update system
#
emerge --sync
emerge portage

#
# Install git, and other dependencies
#
emerge --verbose dev-vcs/git dev-util/pkgconfig

#
# Install python 2.7
#
wget curl http://python.org/ftp/python/2.7/Python-2.7.tgz -o Python2.7.tgz
tar -zxvf Python2.7.tgz
cd Python-2.7
./configure
make && make install
mv /usr/local/bin/python /usr/local/bin/python2.6.2
mv /usr/local/bin/python2.7 /usr/local/bin/python
cp -f /usr/local/bin/python /usr/bin/python

#
# Install node, npm, and forever
#
git clone git://github.com/joyent/node.git
cd node
git checkout v0.6.7
./configure
make && make install
cd ../
npm install forever -g
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
129 Linux 라즈베리파이 파티션 용량 늘리기 [2] LynX 2016-03-08 446
128 Linux How to install libc-client-devel [2] LynX 2014-11-21 441
127 디지털 서명 file [1] LynX 2012-03-15 436
126 APM LZ4_LIBS Not Found (CentOS7, MariaDB 10.1.29) LynX 2018-01-03 435
125 CentOS7 ▒ Doly의 CentOS7 강좌24 8. 파일 및 디렉토리 관리 2 파일관리자 mc file [13] LynX 2015-06-09 435
124 APM Apache httpd 2.4 mod_deflate file LynX 2016-12-23 433
123 Windows XP USB로 XP 설치하기 file LynX 2013-06-20 433
122 APM apm + ssl file LynX 2014-05-19 431
121 APM APM 설치 수동설치 LynX 2013-12-26 431
120 HardWare usb 초기화 - diskpart file LynX 2014-06-17 430
119 윈도우서버2008 - 04 (그룹 생성,관리,권한) file LynX 2012-11-28 430
118 Programing cab파일 만들기 file LynX 2014-06-13 426
117 Xpress Engine XE 애드온의 제작 규칙 LynX 2014-07-11 424
116 Linux libiconv LynX 2017-12-08 423
115 APM hhvm install file LynX 2016-12-28 422
114 OpenSolaris Open Solaris 설치 file [12] LynX 2014-12-30 422
113 Linux PlayOnLinux [3] LynX 2014-11-28 422
112 APM asp file LynX 2014-05-28 422
111 APM php7에 memcache.so 확장 모듈 적용 file LynX 2016-09-23 420
110 SoftWare 포토샵 버튼 [17] LynX 2015-01-27 420

XE Login