yum check-update
vi /etc/vsftpd/vsftpd.conf anonymous_enable=NO
service vsftpd start
useradd -s /sbin/nologin -d /var/www/ aatii(为默认ftp路径)
设置密码
chown -R aatii /usr/local/lib
yum install gcc gcc-c++ 编译
wget http://...
tar xvf node-vXXXX.tar.gz
cd node-v*
./configure
make
make install
node --version
npm install express (-gd全局)
时间: 2024-10-09 15:01:55