Using Node.js to Run Node.js Programs
Application Scenario
Node.js is an open-source project management software. It provides functions such as project management, Wiki, and news, and integrates tools such as GIT, SVN, and CVS. The Node.js application image uses Ubuntu 22.04 and is deployed using Docker. The Node.js application and the required operating environment have been preconfigured in the Node.js application image. This section describes how to use a Node.js application image to run a Node.js application.
Resource Planning and Costs
Resource |
Configuration |
Description |
---|---|---|
Cloud server |
|
Select appropriate instance specifications based on your service requirements. |
Image |
Node.js |
Select the Node.js application image. |
Security group |
Inbound rule:
|
|
Process
Procedure |
Description |
---|---|
Purchase a FlexusL instance and select the Node.js application image. |
|
Add inbound security group rules to allow traffic from ports 80, 443, 9000, and 9001 to access the application. |
|
Use the Node.js application image to run a Node.js application. |
Step 1: Purchase FlexusL Instances
- Log in to the FlexusLconsole and click Buy FlexusL.
- Specify required parameters for the FlexusL instance.
Parameter
Example
Description
Region
CN-Hong Kong
For low network latency and quick resource access, select the region nearest to your target users. After a FlexusL instance is created, the region cannot be changed. Exercise caution when selecting a region.
Application Image
Node.js
Select the Node.js application image.
Instance Specifications
2 vCPUs | 2 GiB | System disk 60 GiB
Select instance specifications as needed.
Instance Name
Node-Example
Customize an instance name that is easy to identify, for example, Node-Example.
(Optional) Associated Service
- Data Disk: 10 GiB
- Host Security
- Cloud Backup Vault: 70 GiB
You can bundle any of EVS, HSS (basic edition), and CBR to your FlexusL instances as needed and set specifications as needed.
Required Duration
1 month
The minimum duration of a purchase is one month and the maximum duration is three years.
Auto-renew is enabled by default, which means the purchased FlexusL instances will be automatically renewed before they expire. If you do not enable auto-renew during the purchase process, you can still enable it later after the instances are created. For more information about auto-renewal rules, see Auto-Renewal Rules.
Quantity
1
Set the number of FlexusL instances to be purchased.
- Click Buy Now and complete the payment as prompted.
- Go back to the FlexusL console and view the purchased FlexusL instance.
Step 2: Configure Security Groups
Add inbound security group rules to allow traffic from ports 80, 443, 9000, and 9001 to access the application.
- Log in to the FlexusL console and click a resource card to go to the instance details page.
- In the navigation pane on the left, choose Cloud Servers. Locate the server and click its name.
- On the Security Groups tab, click Add Rule. In the displayed dialog box, add rules displayed in the following figure and click OK.
The following figure only displays common rules. You can add more rules as needed.
Table 1 Security group rules Priority
Action
Type
Protocol & Port
Source
Description
1
Allow
IPv4
TCP: 80
0.0.0.0/0
Specifies the internal forwarding port of an application.
1
Allow
IPv4
TCP: 443
0.0.0.0/0
Allows HTTPS traffic to FlexusL instances.
1
Allow
IPv4
TCP: 9000
0.0.0.0/0
Allows external access to the application O&M page.
1
Allow
IPv4
TCP: 9001
0.0.0.0/0
Allows external access to the application dashboard.
Step 3: Run the Node.js Program
- In the address bar of a local browser, enter http://EIP:9000 and enter the username and password to log in to the application O&M page.
- The username of the O&M page is root.
- The password of the O&M page is the same as that of the FlexusL instance. The FlexusL instance does not have an initial password. Reset the password of the FlexusL instance. For details about how to reset the password, see Resetting the Password for a FlexusL Instance.
- Choose My Apps and click the App icon.
- Select Compose and click Prompt Adjustment.
- On the dashboard, open the cmd.sh file in the src folder.
- After releasing the code in the file, click Commit Changes to submit the code.
- On the Compose page, click Redeploy App.
- On the displayed page, retain the default settings and click Redeploy.
- In the address bar of a local browser, enter http://EIP:9001 to check the program execution results.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot