安装Re6st
sudo su
$ dnf install wget # Redhat like Linux
$ apt install wget # Debian like Linux
(...)
$ # Production Re6st network:
$ wget https://deploy.erp5.net/re6st && bash re6st
$ # Free re6st network:
$ wget https://deploy.erp5.net/gnet/re6st && bash re6st
连接服务器终端,切换到root并确认wget可用。然后如上图所示安装re6st。如果您正在安装默认的Re6st,脚本会询问您:
What is the Url of the Re6st registry: [your-master-url]
Please insert your re6stnet token: [your-token]
提供在安装SlapOS(Comp-0)节点时为Re6st注册表设置端口转发时记下的master-url - 它应该是http://[your_IPv4_address]:9201
),并提供令牌,然后继续。
如果要安装Re6st来访问ViFiB(使用FreeFib令牌) ,请确保使用上面列出的第二个安装程序(来自gnet文件夹)。
请正确设置:
...
PLAY RECAP *********************************************************************
127.0.0.1 : ok=24 changed=7 unreachable=0 failed=0
单线安装程序
sudo su
# wget https://deploy.erp5.net/slapos && bash slapos
...
What is the url to the SlapOS Master API? [https://slap.vifib.com/]:
What is the url to the SlapOS Master Website? [https://slapos.vifib.com/]:
What is this computer name? [noname]:
If you have slapos token if you have? [notoken]:
继续并使用单行安装程序。安装过程中会有一组选项。鉴于您是连接到您自己的主站,对于第一个选项,请使用主站IPv4地址的5443端口,即输入https://[your_IPv4_address]:5443
;至于第二个问题,请添加您的SlapOS Master仪表盘URL。与您用于获取令牌时使用的相同:
https://master.YOUR_DOMAIN
为您的计算机选择一个名称(例如SOFTWARE-BOX-1),以便在您的网络中识别它,最后输入您之前从SlapOS Master获得的关联令牌。
若是正确完成安装,您应该看到:
...
PLAY RECAP *********************************************************************
127.0.0.1 : ok=12 changed=4 unreachable=0 failed=0
如果安装失败并且您想重新开始,则需要如上所述请求新令牌。若是已创建配置,在重新启动之前请删除/etc/opt/slapos/slapos.cfg中的任何现有配置。
您可以通过以下方式验证是否SlapOS已安装成功:
# slapos node
watchdog RUNNING pid 13270, uptime 0:00:03
并且(重新)格式化SlapOS节点:
# slapos node format --now
2018-04-21 13:07:29 slapos[13279] INFO Updating Computer
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart0
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart1
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart2
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart3
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart4
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart5
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart6
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart7
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart8
2018-04-21 13:07:30 slapos.format[13279] INFO Partition resources saved to slappart9
2018-04-21 13:07:30 slapos[13279] INFO Posting information to 'https://54.37.31.108:5443/'
2018-04-21 13:07:30 slapos[13279] INFO slapos successfully prepared the computer.