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

Posted 刘金宇

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了阿里云部署,ubuntu, 连接服务器 |更新源| 安装node |安装mysql相关的知识,希望对你有一定的参考价值。

1、连接服务器

xshell 新建连接

ssh [email protected]

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的主要内容,如果未能解决你的问题,请参考以下文章

flask部署阿里云

阿里云Ubuntu 安装redis

怎么连接阿里云服务器ubuntu

Ubuntu16.04建立本地更新源

ubuntu20.04 LTS 更换国内163源、阿里源、清华源、中科大源

阿里云下Ubuntu18.04安装部署EMQ X 消息服务器