Migrating an existing application from Node.js Selector to a manual installation

To migrate an existing application from the Node.js Selector to a manual installation, you can follow these steps on TurnUpHosting:

  1. First, make sure you have a backup of your existing application and its data. This is important to ensure that no data is lost during the migration process.

  2. Next, log in to your TurnUpHosting cPanel account and navigate to the Software section.

  3. Look for the Node.js Selector option and click on it. Here, you will find a list of your existing Node.js applications.              cPanel - Software - Setup Node.js App

  4. Select the application you want to migrate and click on the "Remove" button to uninstall it from the Node.js Selector.

  5. Once the application is removed, you can proceed with the manual installation. This involves setting up the necessary dependencies, configuring the server, and deploying your application.

  6. To install the dependencies, you can use the npm package manager. Open a terminal or SSH session and navigate to the directory where your application will be installed. Run the following command to install the dependencies:

npm install
  1. After installing the dependencies, you can configure the server settings. This may include setting environment variables, specifying the port number, and configuring any other necessary parameters.

  2. Finally, deploy your application by running the appropriate command. This will start the server and make your application accessible.

By following these steps on TurnUpHosting, you can successfully migrate your existing application from the Node.js Selector to a manual installation. Remember to test your application thoroughly after the migration to ensure everything is functioning as expected.

Was this answer helpful?

Related Articles

550 Sender verify failed error message

The "550 Sender verify failed" error message typically occurs when the sender's email...

Accessing cPanel

There are three ways you can access your cPanel account and either way will work. You can search...

Accessing phpMyAdmin and phpPgAdmin

To access phpMyAdmin and phpPgAdmin in cPanel, follow these steps: Log in to your cPanel...

Accessing the Managed Team feature in cPanel

To access the Manage Team feature on TurnupHosting, follow these steps: Log in to cPanel by...

Accessing webmail clients directly

To provide users with direct access to a specific webmail client when they log in, you can...