...
Info |
---|
NOTE: Except for database installation and configuration, all install commands should be run as the root user or a user with similar privileges. For database installation, you will be asked to switch the database user account. |
Steps:
- Review key sections of the Planning Guide:
- Review the System Requirements and verify that all required components have been installed.
Verify that all required System Ports are opened on the node.
Review the System Dependencies in the Planning Guide.
Cluster configuration: Additional steps are required to integrate the
with the cluster. See Prepare Hadoop for Integration with the Platform in the Planning Guide.D s platform
- Acquire your License Key.
Install and verify operations of the datastore, if used.
Info NOTE: Access to the cluster may be required.
Verify access to the server where the
is to be installed.D s platform
...
Login to the
as an administrator.D s node Execute the following command to install nodeJS, nginX, and Supervisor:
Ubuntu 16.04 (Xenial):
Code Block sudo apt-get install supervisor=3.2.4 nginx=1.1217.27-1~xenial nodejs=12.16.1-1nodesource1
Ubuntu 18.04 (Bionic Beaver):
Code Block sudo apt-get install supervisor=3.2.4 nginx=1.1417.27-1~bionic nodejs=12.16.1-1nodesource1
Continue with the installation process.
...