Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed Nov 10, 2020
1 parent c9a84d1 commit fcb2afb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions docs/use_a_virtual_machine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ as a Open Virtual Appliance file

The appliance is available for download
`here <http://www.sentilo.io/wordpress/download/appliance/view(6).html>`__. It has been
tested with **Virtual Box v5.0.40**.
tested with **Virtual Box v5 and v6**.

.. note::

Mac OS users might check if the downloaded file has the original :literal:`.ova` extension. If it has a :literal:`.ovf` extension,
you have to rename it back to :literal:`.ova`, otherwise it possibly won't import to VirtualBox (the import will stuck forever).

The appliance contains the **1.9.0 Sentilo release** and runs Ubuntu Server 18.04.

Expand All @@ -21,15 +26,15 @@ Components installed:

The virtual machine credentials are **sentilo/sentilo**.

All sentilo services are started automatically. The IP of the virtual machine is assigned
by the Virtualbox, to know which one is, enter the virtual machine and
execute the **“ifconfig”** command. You'l probably need'.
All Sentilo services are started automatically. The REST API server starts 90 seconds after Tomcat,
because it needs to start after the Catalog is deployed. The services are exposed via NAT on localhost:

First steps:

- Review the README file located in /home/sentilo.
- The Catalog Console webapp will be ready to access in:
http://your_ip:8080/sentilo-catalog-web/ with a access credentials:
http://localhost:8080/sentilo-catalog-web/ with a access credentials:
admin/1234
- The API Rest endpoint will be listening for requests in:
http://your_ip:8081
http://localhost:8081
- SSH server is listening on localhost 2222

0 comments on commit fcb2afb

Please sign in to comment.