Document toolboxDocument toolbox

Deploying Kyvos Manager and Kyvos

Applies to: Kyvos Enterprise  Kyvos Cloud (SaaS on AWS)   Kyvos AWS Marketplace

Kyvos Azure Marketplace   Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)  


To install Kyvos Manager and Kyvos, you must use the Kyvos Single Node bundle tar. To do this, perform the following steps. 

  1. Create a /data folder with full access i.e., with 777 permission. 

  2. Untar the SNI tar bundle in the /data  folder by executing the following command: 
    tar -C /data/ -xvf <sni-tar-bundle-name>

  3. To change the ownership of the kyvos folder in the /data directory and its whole hierarchy to the user account, which you will use to install Kyvos, execute the following command: 
    chown -R <user account>:<user account> kyvos

  4. Go to /data/kyvos/installs/kyvosmanager_war/kyvosmanager/bin/ and start Kyvos Manager by executing the following command using your user account: 
    ./start-km.sh

  5. Once started, use the following URL to access Kyvos Manager and Kyvos:

    • Kyvos Manager
      http://<ip of your machine>:8080/kyvosmanager

    • Kyvos
      http://<ip of your machine>:8081/kyvos

  6. To log in to Kyvos Manager, use the following credentials:

    1. User name: admin

    2. Password: admin

  7. When you log in to Kyvos Manager for the first time, you will be prompted to update the email ID for the Admin user and change the password. 

  8. You must configure the SMTP details so that if you forget the password, you can recover it.

  9. To log in to Kyvos, use the following credentials:

    1. User name:  Admin

    2. Password: Admin
      NOTE: Alternatively, navigate to the Kyvos Manager dashboard, and select the Launch Web Portal option from the Actions menu corresponding to the Web Portal, as shown in the following figure.

  10. While stopping Virtual Machines, stop all Kyvos services. To do this, perform the following steps.

  11. Stop all Kyvos services from Kyvos Manager. 

  12. Stop Postgres by executing the /data/kyvos/app/kyvos/postgres/bin/stop-pg command.  

  13. Stop Kyvos Manager by executing the /data/kyvos/installs/kyvosmanager_war/kyvosmanager/bin/stop-km.sh command. 

  14. Stop Virtual Machine.

Warning

  • Kyvos work directory /data/kyvos/user/engine_work must not be deleted. 

  • Before terminating your virtual machine, you must back up all the data stored on it.

  • For semantic model processing, its data will be read locally. 

Copyright Kyvos, Inc. All rights reserved.