Sfoglia il codice sorgente

调整相关域名到 jimv.cn

James Iter 7 anni fa
parent
commit
e27a3133fd
4 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. 1 1
      INSTALL.sh
  2. 3 3
      README.md
  3. 1 0
      docs/todo.md
  4. 1 1
      jimvc/themes/default/templates/guests_show.html

+ 1 - 1
INSTALL.sh

@@ -298,7 +298,7 @@ function display_summary_information() {
     echo
     echo "--->"
     echo "2: 到 [计算节点] 执行如下命令,进行 JimV-N 的部署。"
-    echo "curl https://raw.githubusercontent.com/jamesiter/JimV-N/master/INSTALL.sh | bash -s -- --host `hostname -I` --token ${TOKEN}"
+    echo "curl http://repo.jimv.cn/jimvn.install.sh | bash -s -- --host `hostname -I` --token ${TOKEN}"
     echo
     echo "--->"
     echo "3: 享受 JimV 给您带来的 '简单、快速、灵活' 开创虚拟机实例的快乐。。。。。"

+ 3 - 3
README.md

@@ -95,10 +95,10 @@ JimV 是一个,结构清晰简单,易于部署、维护、使用的,低门
 1. [配置 `/etc/hosts` 文件](docs/install.md#配置-etchosts-文件)
 2. 通过在线脚本自动安装 JimV-C
     ``` bash
-    bash -c "$(curl -fsSL https://raw.githubusercontent.com/jamesiter/JimV-C/master/INSTALL.sh)"
+    bash -c "$(curl -fsSL http://repo.jimv.cn/jimvc.install.sh)"
     ```
-3. [安装部署 JimV-N](https://github.com/jamesiter/JimV-N#%E5%AE%89%E8%A3%85)
-4. [获取系统镜像模板](http://template.iit.im)
+3. 根据 JimV-C 安装过程的提示,安装部署 JimV-N
+4. [获取系统镜像模板](http://template.jimv.cn)
 5. 上传系统镜像模板
    > 存放系统镜像模板,到所有计算节点可以访问到的路径(如果是单个计算节点,可以存放到 /opt/template_images 目录下。如果是多个计算节点,可以通过 NFS 共享该目录。)。
 

+ 1 - 0
docs/todo.md

@@ -96,4 +96,5 @@
 - [x] 替换热迁移时计算节点的主机名为 IP 地址
 - [ ] 加入批量执行脚本功能
 - [ ] 创建虚拟机时,加入高级功能,选择 IP 池,选择分组
+- [ ] 前后端分离,服务器端编译成二进制文件
 

+ 1 - 1
jimvc/themes/default/templates/guests_show.html

@@ -1853,7 +1853,7 @@
                                     <a href="javascript:;" data-toggle="modal" data-target="#revise_ip_modal"
                                        onclick="$('#instance_uuid').val($($(this).parent().parent().parent().parent().parent().children()[0]).text());
                                                 $('#revise_ip_instance_desc').text($($(this).parent().parent().parent().parent().parent().children()[2]).find('div a')[0].textContent + '/' + $($(this).parent().parent().parent().parent().parent().children()[2]).find('div p')[0].textContent);
-                                                $('#revisional_ip').val($($(this).parent().parent().parent().parent().parent().children()[7]).text());">
+                                                $('#revisional_ip').val($($(this).parent().parent().parent().parent().parent().children()[8]).text());">
                                        修正 IP
                                     </a>
                                 </li>