首页 > 数据库技术 > 详细

阿里云部署,ubuntu, 连接服务器 |更新源| 安装node |安装mysql

时间:2017-08-14 20:37:36      阅读:276      评论:0      收藏:0      [点我收藏+]

1、连接服务器

xshell 新建连接

ssh root@1.1.1.1

2、更新源

apt-get update

3、安装node

apt-get install -y curl

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -

sudo apt-get install -y nodejs

4、安装mysql

apt-get install mysql-server

apt-get install mysql-client

apt-get install libmysqlclient-dev

 

阿里云部署,ubuntu, 连接服务器 |更新源| 安装node |安装mysql

原文:http://www.cnblogs.com/liujinyu/p/7359921.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!