博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
配置 Ubuntu 服务器
阅读量:5334 次
发布时间:2019-06-15

本文共 919 字,大约阅读时间需要 3 分钟。

 Python:

apt install python3-pip
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
apt-get install python3.6 python --version

 

git(配置不每次输入密码和用户名):

git config --global credential.helper store 

 

nodejs:

wget -qO- https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs sudo node -v apt-get install npm sudo npm install npm@latest -g

nignx:

apt-get install nginx
/etc/nginx/conf.d/ GOlang:
wget https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz
tar -xzf go1.12.5.linux-amd64.tar.gz -C /usr/local
vim .profile
source .profile Mysql:
apt-get install mysql-server mysql-client CI:
go get -d github.com/ouqiang/gocron
cd ~/go/src/github.com/ouqiang/gocron/
export GO111MODULE=on
export GOPROXY=https://mirrors.aliyun.com/goproxy/ make
cd bin/
nohup ./gocron web > nohup.out 2>&1 &
nohup ./gocron-node -allow-root > node.out 2>&1 &

转载于:https://www.cnblogs.com/mafeng/p/11304859.html

你可能感兴趣的文章
面向对象的优点
查看>>
套接口和I/O通信
查看>>
阿里巴巴面试之利用两个int值实现读写锁
查看>>
浅谈性能测试
查看>>
Winform 菜单和工具栏控件
查看>>
CDH版本大数据集群下搭建的Hue详细启动步骤(图文详解)
查看>>
巧用Win+R
查看>>
浅析原生js模仿addclass和removeclass
查看>>
Python中的greenlet包实现并发编程的入门教程
查看>>
java中遍历属性字段及值(常见方法)
查看>>
深入理解jQuery框架-框架结构
查看>>
YUI3自动加载树实现
查看>>
python知识思维导图
查看>>
当心JavaScript奇葩的逗号表达式
查看>>
App Store最新审核指南(2015年3月更新版)
查看>>
织梦MIP文章内容页图片适配百度MIP规范
查看>>
[Kali_BT]通过低版本SerialPort蓝牙渗透功能手机
查看>>
C语言学习总结(三) 复杂类型
查看>>
HNOI2018
查看>>
【理财】关于理财的网站
查看>>