Xiangkun Yin
Xiangkun Yin
THX, I have modified the commit according to suggestions except for the colon one. About the colon inclusion problem, please read my comment above.
需要设置一下阿里云防火墙,开放8000端口,可百度一下“阿里云服务器开放端口”。
> 谢谢,目前我已经通过8000端口访问了crontab-ui,但是目前我又遇到了一个新的问题。 我在crontab-ui提交了这样一个命令:`python3 /sdu/main/app.py --userid 201900800xxx ...`,系统报错,提示:python3: can't open file '/sdu/main/app.py': [Errno 2] No such file or directory. 我利用FinalShell查看我的服务器,发现我确实已经将相关文件拷贝到了/sdu/main路径下,为什么系统仍会报找不到文件的错?烦请指点一下。 你这里docker使用的image是crontab-ui官方image,里面没有包含图书馆预约脚本,所以不能直接直接执行,需要按照本项目README里介绍的方式来: 1. 先构建image:` sudo docker build --tag ptyin/crontab-ui:latest .` 2. 使用构建的image创建容器:`sudo...
> 谢谢,目前我已经通过8000端口访问了crontab-ui,但是目前我又遇到了一个新的问题。 我在crontab-ui提交了这样一个命令:`python3 /sdu/main/app.py --userid 201900800xxx ...`,系统报错,提示:python3: can't open file '/sdu/main/app.py': [Errno 2] No such file or directory. 我利用FinalShell查看我的服务器,发现我确实已经将相关文件拷贝到了/sdu/main路径下,为什么系统仍会报找不到文件的错?烦请指点一下。 无需把相关文件拷贝到服务器的/sdu/main文件夹,docker是一种虚拟化技术,你可以理解成一种虚拟机,需要把相关文件放在docker容器中的/sdu/main文件夹下,所以这里需要用到本仓库的Dockerfile去构造映像从而创建包含相关预约脚本文件的容器。
> 请问构建镜像时是将Dockerfile文件拷贝到服务器中,然后使用命令`sudo docker build --tag ptyin/crontab-ui:latest .`来进行构建吗?我是这样做的,然后系统在运行到第十步时,报了一个这样的错就无法继续进行了:`Step 10/20 : COPY ./crontab-ui/supervisord.conf /etc/supervisord.conf COPY failed: file not found in build context or excluded by .dockerignore: stat crontab-ui/supervisord.conf: file does not exist`...
根据报错信息,应该是你腾讯云服务器访问seat.lib.sdu.edu.cn超时,请检查一下腾讯云服务器和seat.lib.sdu.edu.cn联通性。
pr #7 增加代理功能
不好意思因为已经毕业了,学校现在的vpn系统没法帮忙调试了🥹
Any followup here? I'm familiar with SEATA SAGA implementation, and have been contributing to it. If there is still a developing plan on this idea, I can study and share...
> @ptyin > > Can you please assign this task to me? Sure, you are more than welcomed. I do not have repo permissions right now, but you can just...