Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 389 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 389 Bytes

p

Requirements

  • NodeJS
  • MySQL

Installation

  • Copy environment from server/.env.keep into server/.env and adjust the configuration

  • Copy file p.service into /etc/systemd/system

  • Reload systemd daemon service

    systemctl daemon-reload
    
  • Enable and start service

    systemctl enable p
    systemctl start p
    systemctl status p