Skip to content

poundhu/JimV-N

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Python versions

目录

项目描述

JimV 的计算节点。

安装

JimV-N 快速安装

在一台服务器上仅部署 JimV-N。使其成为 JimV 虚拟化环境的计算节点。

  1. 安装、初始化 JimV-C
  2. 安装 JimV-N
    # 避免各种意外的 ssh 断开。如果遇到因网络问题而断开的意外,那么再次连接后,使用 screen -r 可以恢复到断开前的终端环境。
    yum install screen -y
    echo 'termcapinfo xterm* ti@:te@' > ~/.screenrc
    screen
    curl https://raw.githubusercontent.com/jamesiter/JimV-N/master/INSTALL.sh | bash -s -- --redis_host {x.x.x.x} --redis_password {password} --redis_port {port}
  3. 启动 JimV-N
    systemctl start jimvn.service

问题反馈

提交Bug
技术交流 QQ 群: 377907881

项目成员

姓名:    James Iter
E-Mail: james.iter.cn@gmail.com

About

JimV 的计算节点

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%