Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

User Guide

sawanoboly edited this page Feb 26, 2016 · 5 revisions

Setup Instruction (version 7.2.2 or later)

First, visit by browser.

  • https://${public_hostname}

Please fill box with your instnace_id and push Next Step to unlock.

After unlock, you can visit Virtuoso conductor.

Login to conductor

Once your AMI is running, enter the Public DNS into your web browser to access the Virtuoso interface.

  • Visit https://{hostname}/
    • (older then 7.1) Visit http://{hostname}:8890/
  • Login with User: dba Password: {your instance_id}

iSQL remote access.

This AMI listens two ports.

  • 1112(TLS/SSL via nginx)
  • 1111

Please accept this ports by security-group before using.

Manage Service

The virtuoso process is managed under init.d.

  • service virtuoso (start|stop|restart|status)

FAQ

How do I use own certificate for SSL/TLS ?

Please update blow files. Next, restart nginx.

  • /etc/nginx/dummy_*.pem

Can I access Virtuoso directly for debug ?

Virtuoso listens 8890 port. Please open security-group and access with your browser.

Clone this wiki locally