Linux
vurrik
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos6.9 安装python3.6 兼容python2
基础环境的安装: yum -y install wget gcc c++make zlib-devel readline-devel bzip2-devel ncurses-devel sqlite-devel gdbm-devel xz-devel tk-devel openssl-devel 安装python3.6 wget https://www.python.org/ftp/python...原创 2019-01-14 17:03:51 · 303 阅读 · 0 评论 -
Centos6.9 配置Nginx开机自启动
首先,在linux系统的/etc/init.d/目录下创建nginx文件,使用如下命令: vi /etc/init.d/nginx 在脚本中添加如下命令: #!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig: - 85 15 # description: NGINX is an H...原创 2019-01-14 17:48:22 · 353 阅读 · 0 评论 -
linux安装nodejs cnpm
二进制安装nodejs wget https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-x86.tar.xz tar -xf node-v6.11.0-linux-x86.tar.xz mv node-v6.11.0-linux-x86 /root/node ln -s /root/node/bin/node /usr/local/bin/node ...原创 2019-01-15 15:16:43 · 413 阅读 · 0 评论 -
zj部署
一、 部署背景 多少度 二、 部署环境 在这里插入代码片 三、 部署步骤部署步骤 四、 注意事项注意事项原创 2019-03-01 13:53:31 · 164 阅读 · 0 评论 -
uwgis部署
http 启动 uwsgi --http :8001 --wsgi-file app/wsgi.py uwsgi.ini [uwsgi] chdir=/home/wwwroot/jr003/jredu_api module=app.wsgi:application # the virtualenv (full path) # 指定sock的文件路径 # socket=/home/script/u...转载 2019-04-25 15:04:28 · 879 阅读 · 0 评论
分享