viernes, 5 de marzo de 2021

40. Creating the Server Socket

1. Get an Ubuntu server image

2. Set the IP static address as mentioned in Informatica Dantesca

3. Verify that the keyboard is set to your locale. (settings)

4. Change the host name: 

  sudo hostnamectl set-hostname my-new-name

5. Remove unwanted programs (maybe tomcat or others)

6. As we are going to use Selenium, we need to install:

     6.1. Google Chrome from: https://www.google.com/chrome/

     6.2. Chromium driver from: https://chromedriver.chromium.org/downloads and unzip the zip file in a folder (for instance "MyPrograms").

7 install ghoscript 

7. Create folders:

   /home/USER_INF/MyJars (IF,JaviSelenium,)

   /home/USER_INF/MyShells

8. Create folder myPrograms/SOCKET_SERVER

9. Copy in this folder these files or folders:

      9.1 startup_SocketServer.sh (shell script that is called form the service)

      9.2 socketserver.jar       

      9.3 Folder properties (and app.properties in this folder)

      9.4 Folder lib (with the dependencies: lombok, jsch, commons-lang, commons-io and common-exec

10. Create the service of the Socket server as mentioned in informatica Dantesca.

11. Install LibreOffice (minimal) for converting documents to PDF (apt-get install libreoffice --no-install-recommends)


No hay comentarios:

Publicar un comentario