Build a simple project with Nginx and node. js under Linux (4)

Source: Internet
Author: User

Found a problem, that is, every boot needs to be entered again

# node Hello.js

This is troublesome and once the console is shut down, the site cannot be opened, which requires the use of the Forever module

Installing the Forever Module

# NPM Install FOREVER-GD

Determine if the installation was successful with the following command

# Forever--help

Running Hello.js projects with forever

# Forever Start Hello.js

This allows for normal access even when the console browser is closed

Alternatively, you can run the project with the following command

# Forever Start-l forever.logo-o out.log-e err.log hello.js

-l Specifies the forever run log,-o specifies the script pipelining log,-e Specifies that the script runs the error log, generates a Out.log, Err.log file after startup, and after successful operation, use the following instructions to see if the process started running:

# netstat-nap|grep Node

As shown, Port 8000 is running

Build a simple project with Nginx and node. js under Linux (4)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.