Coder Social home page Coder Social logo

Comments (3)

unitwk avatar unitwk commented on May 18, 2024

感谢反馈!

这个项目中确实很多地方使用了相对路径,对于这种绝对路径变量的需求,暂时性还是做不到。
十分抱歉。

from mcsmanager.

 avatar commented on May 18, 2024

阁下可以尝试将此应用程序注册为一个系统服务,这样可以就通过 service 命令进行管理了。也可以尝试用 Shell 实现,见知乎

from mcsmanager.

 avatar commented on May 18, 2024

这个项目可以使用 forever 守护,你可以试试写一个脚本,脚本实现如下:

  • 先 cd 到项目目录下
  • 再使用 forever start app.js

即:

#!/bin/bash
cd <path-to-mcsm>
forever start app.js

这个方法以及在我的服务器上成功实现,系统环境:Debian 9。

from mcsmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.