Pentaho Academy Beta site ..

App Server

Front End React .. Back End JS ..

A React frontend connected to a Node backend is a rock-solid combination for any application.

Connecting React.js to Node.js involves setting up a client-server architecture where React.js serves as the front-end (client) and Node.js serves as the back-end (server) of your application. This allows your React.js application to make requests to the Node.js server to fetch data or perform other server-side operations.

Application Server - Front End / Back End

Before you can update the package index or install Vim or Nano, you need to identify the Linux distribution used in the Docker container.

  1. Log into Portainer either by clicking on the bookmark or

    https://localhost:9443/#!/auth

  2. Enter credentials.

Username

admin

Password

Portainer123

  1. Click on 'Live Connect' option.

  2. Click on: pdc-fe-1 container

pdc-fe-1
  1. Exec into the container.

Exec into pdc-fe-1 container
  1. Determine the contaner OS.

cat /etc/os-release
  1. Install nano.

apt-get update && apt-get install nano -y
Install nano

Was this helpful?