Closed yingpwu closed 2 years ago
换debian 和centos 都试了 都没效果....
我看你的node版本是 10,可以升级到 18。
确保你的ob目录是可以用git提交改动的,现在看起来有这个错误:
error: pathspec 'main' did not match any file(s) known to git
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=<remote>/<branch> master
运行 ./bin/dev.sh 后访问这个地址:
感谢指导,运行起来了,我这边外网网络环境有点卡,运行起来操作笔记有点困难...
感谢指导,运行起来了,我这边外网网络环境有点卡,运行起来操作笔记有点困难...
换成 gitee? hah
搭了个gitlab.....解决了访问慢问题😄️ rss这个完全不明白,读取的数据库是从哪写入的😭️ obweb整个程序是真的妙啊,感觉就像打开新世界的大门,这个工作流好好学习学习
我用一个 crontab job,每五分钟同步一次
*/5 * * * * cd /home/coder/ob-web/backend && NODE_ENV=production node update.js 1 > ./update.log 2>&1
感谢回复,研究研究,🙏🏻️
在fron 和backend 里 npm install后 运行 ./bin/dev.sh 然后显示在starting
node server.js
端口 3000和8006没有页面直接运行docker 日志显示
折腾了2天没搞定,对项目的工作流不怎么懂,一头雾水 请求指教下,还有哪个必要步骤没有初始化