marnett / ethereum

0 stars 0 forks source link

Add desktop shortcuts to the VM. #19

Open amiller opened 9 years ago

amiller commented 9 years ago

Add desktop shortcuts to the manual, and to the folder where the examples are. Someone who turns on the VM should see something right on the desktop to get them going. Also add instructions for someone who is using SSH to connect to the VM.

amiller commented 9 years ago

For sure it will be easier to use the examples once we make the github repo public. But we can workaround it and include the examples already. Here's how: I assume you already have SSH keys for the github repo. Install openssh-server on the virtual machine. Run ifconfig to figure out which IP it has. The VM is currently configured to get its own IP from the same router the host is connected to. Connect to the vm with ssh -A <vm's-ip>. Now you can do git clone https://github.com/marnett/ethereum because the -A means that your SSH key is available for this session.

firesnowball commented 9 years ago

openssh-server was added to VM and is tested working.