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.Â
Create a /data folder with full access i.e., with 777 permission.Â
Untar the SNI tar bundle in the /data  folder by executing the following command:Â
tar -C /data/ -xvf <sni-tar-bundle-name>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> kyvosGo to /data/kyvos/installs/kyvosmanager_war/kyvosmanager/bin/ and start Kyvos Manager by executing the following command using your user account:Â
./start-km.shOnce started, use the following URL to access Kyvos Manager and Kyvos:
Kyvos Manager
http://<ip of your machine>:8080/kyvosmanagerKyvos
http://<ip of your machine>:8081/kyvos
To log in to Kyvos Manager, use the following credentials:
User name: admin
Password: admin
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.Â
You must configure the SMTP details so that if you forget the password, you can recover it.
To log in to Kyvos, use the following credentials:
User name:Â Admin
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.
While stopping Virtual Machines, stop all Kyvos services. To do this, perform the following steps.
Stop all Kyvos services from Kyvos Manager.Â
Stop Postgres by executing the /data/kyvos/app/kyvos/postgres/bin/stop-pg command. Â
Stop Kyvos Manager by executing the /data/kyvos/installs/kyvosmanager_war/kyvosmanager/bin/stop-km.sh command.Â
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.