forked from Nigel/code_snippets
增加nohup npm start > npm-start.log 2>&1 &
This commit is contained in:
parent
9ce71f0ffa
commit
b7d45bf4c6
|
@ -23,5 +23,6 @@
|
||||||
A. nodejs需要8.16.0
|
A. nodejs需要8.16.0
|
||||||
B. 使用nvm管理node版本
|
B. 使用nvm管理node版本
|
||||||
C. 开发过程中API请求地址需要与后台代码forgeplus中的route.rb中的路由对应起来
|
C. 开发过程中API请求地址需要与后台代码forgeplus中的route.rb中的路由对应起来
|
||||||
|
D. 运行服务命令: nohup npm start > npm-start.log 2>&1 &
|
||||||
8. gitea的二进制执行文件最新的托管版本库位于:
|
8. gitea的二进制执行文件最新的托管版本库位于:
|
||||||
https://forgeplus.trustie.net/projects/Trustie/gitea-binary
|
https://forgeplus.trustie.net/projects/Trustie/gitea-binary
|
Loading…
Reference in New Issue