azure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
azure [2014/09/06 00:21]
gustavo [Azure]
azure [2014/09/14 15:23]
mroriz [Accessing the VM]
Line 20: Line 20:
  
 ===== Accessing the VM ===== ===== Accessing the VM =====
-To access and upload code into your VM you must use a remote protocol, such as SSH or RDP. In this tutorial, we will use SSH (since GNU/Linux machines usually do not support RDP by default). We recommend using a command-line client, such as ''[[http://www.gnu.org/software/bash|bash]]'' on Unix(GNU/Linux and Mac OS) or ''[[http://www.putty.org|putty]]'' on Windows. Graphical clients are also available. To inspect you VM info, go to the ''Virtual Machine'' tab and click on your VM. The login information will be on the right side, as shown in the screenshot below. +To access and upload code into your VM you must use a remote protocol, such as SSH or RDP. In this tutorial, we will use SSH (since GNU/Linux machines usually do not support RDP by default). We recommend using a command-line client, such as ''[[http://www.openssh.com/|openssh]]'' on Unix(GNU/Linux and Mac OS) or ''[[http://www.putty.org|putty]]'' on Windows. Graphical clients are also available. To inspect you VM info, go to the ''Virtual Machine'' tab and click on your VM. The login information will be on the right side, as shown in the screenshot below. 
  
 {{:imagem13.png?direct&900|}} {{:imagem13.png?direct&900|}}
Line 31: Line 31:
 ''java -cp deploy/contextnet.jar:userapp.jar your.application.mainClass''. ''java -cp deploy/contextnet.jar:userapp.jar your.application.mainClass''.
  
-We wrapped some common applications scripts and scenarios in the JAR. For example, to create a SDDL Gateway please run the script ''deploy/gateway.sh'', passing the public ip (local), port and DDS product information. For instance, the following command creates a Gateway with public IP address 192.168.0.7, port 5500 and OpenSplice Community Edition,+We wrapped some common applications scripts and scenarios in the JAR. For example, to create a SDDL Gateway please run the script ''deploy/gateway.sh'', passing the IP address, port and DDS product vendor information. For instance, the following command creates a Gateway that listen on all IP addressesuses port 5500 and OpenSplice Community Edition DDS vendor,
  
-''./deploy/gateway.sh 192.168.0.5500 OpenSplice''+''cd deploy && ./gateway.sh 0.0.0.5500 OpenSplice''
  
 We will be periodically updating and adding new scripts for common scenarios and applications. So, please visit this page regularly to catch up with updated versions of these scripts. We will be periodically updating and adding new scripts for common scenarios and applications. So, please visit this page regularly to catch up with updated versions of these scripts.
  
  • azure.txt
  • Last modified: 2017/07/21 03:08
  • (external edit)