Stop and start sage for bibo.
Code:
[sage2@g1b-6 sage]$ bin/sage stop
Sage is stopped.
[sage2@g1b-6 sage]$ bin/sage start
Trying to start Sage ....
Sage is started.
[sage2@g1b-6 sage]$
Start simpleserv.
Code:
[zhihao@g1b-2 bibo]$ pwd
/thinker/globe/soft/bibo
[zhihao@g1b-2 bibo]$ ./simpleserv.sh
BIBO后台应支持高并发访问,并提供几乎不间断服务。
为此我们需要多个BIBO后台协同运行,也就是需要多个Data Thinker系统协同。为此我们扩展Data Thinker为CODA --
http://tab.d-thinker.org/showthread.php?tid=16288
当前计划是在wp289-{1,2}安装一焘think/sage, 在wp289-3安装一套,形成一个CODA系统。
在wp289-1, wp289-3各安装一套simpleserv访问点,分别服务上述两套Sage系统。
客户端可访问任何一个访问点进行查询。
(10-06-2020 11:51 AM)lingu Wrote: [ -> ]BIBO后台应支持高并发访问,并提供几乎不间断服务。
为此我们需要多个BIBO后台协同运行,也就是需要多个Data Thinker系统协同。为此我们扩展Data Thinker为CODA -- http://tab.d-thinker.org/showthread.php?tid=16288
当前计划是在wp289-{1,2}安装一焘think/sage, 在wp289-3安装一套,形成一个CODA系统。
在wp289-1, wp289-3各安装一套simpleserv访问点,分别服务上述两套Sage系统。
客户端可访问任何一个访问点进行查询。
zhihao pls review this design.
(10-06-2020 12:28 PM)zhihao Wrote: [ -> ] (10-06-2020 11:49 AM)lingu Wrote: [ -> ] (09-29-2020 09:56 AM)lingu Wrote: [ -> ]Pls also create a new CT for the bibo backend.
Created?
Quote:a2. Add $tree to $codb in its admin CT. This usually is implemented by modifying a config file, such as gitolite.conf
I'm following instruction in Add a code tree to cod , a2 says
Have you done a1?
Quote: I need modify gitolite.conf, So I request an account in http://tab.d-thinker.org/showthread.php?...#pid123461
gitolite.conf is in a CT itself. So you do not need access the VM.
After the new CT's info is ready, I will add the new CT's info to codb4, then you can continue to add files to the new CT.
(10-06-2020 04:51 PM)lingu Wrote: [ -> ] (10-06-2020 12:28 PM)zhihao Wrote: [ -> ] (10-06-2020 11:49 AM)lingu Wrote: [ -> ] (09-29-2020 09:56 AM)lingu Wrote: [ -> ]Pls also create a new CT for the bibo backend.
Created?
Quote:a2. Add $tree to $codb in its admin CT. This usually is implemented by modifying a config file, such as gitolite.conf
I'm following instruction in Add a code tree to cod , a2 says
Have you done a1?
yes, I add CTs to cod://cod/CodExt.py as follows:
Code:
"bibo": {"proto":"git",
"repository": "bibo",
"habitat": "bibo",
"username": "git",
"default_branch": "rc",
"loc": "codb4.d-thinker.org"},
"bibo_backend": {"proto":"git",
"repository": "bibo_backend",
"habitat": "bibo",
"username": "git",
"default_branch": "rc",
"loc": "codb4.d-thinker.org"},
(10-06-2020 04:46 PM)lingu Wrote: [ -> ] (10-06-2020 11:51 AM)lingu Wrote: [ -> ]BIBO后台应支持高并发访问,并提供几乎不间断服务。
为此我们需要多个BIBO后台协同运行,也就是需要多个Data Thinker系统协同。为此我们扩展Data Thinker为CODA -- http://tab.d-thinker.org/showthread.php?tid=16288
当前计划是在wp289-{1,2}安装一焘think/sage, 在wp289-3安装一套,形成一个CODA系统。
在wp289-1, wp289-3各安装一套simpleserv访问点,分别服务上述两套Sage系统。
客户端可访问任何一个访问点进行查询。
zhihao pls review this design.
good to me and updated headpost.