Coder Social home page Coder Social logo

np-cli's Introduction

Node Pilot CLI

This project is just an external tool for Node Pilot that allow user to setup it as service using systemd. This will allow your system start Node Pilot after a reboot and after docker service is up and running. With this you can also check service status, disable, start, stop, restart and even uninstall service.

Usage

  1. Clone: git clone https://github.com/jorgecuesta/np-cli.git && cd np-cli
  2. Grant Execution: chown +x np_cli.sh
  3. Use:
    1. Install Service: ./np_cli.sh install [-p <abs_path_to_np>] [-u <username_to_run_np>] -p and -u are optionals. -p will look np at home of current user. -u will take current session user.
    2. Uninstall Service: ./np_cli.sh uninstall
    3. Start Service: ./np_cli.sh start
    4. Stop Service: ./np_cli.sh stop
    5. Restart Service: ./np_cli.sh restart
    6. Status Service: ./np_cli.sh status
    7. Disable Service (disable auto start on reboot): ./np_cli.sh disable
    8. Enable Service: (enable auto start on reboot)./np_cli.sh enable

np-cli's People

Watchers

 avatar  avatar

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.