Changes between Version 6 and Version 7 of PythonApps


Ignore:
Timestamp:
Aug 12, 2009, 6:20:53 PM (15 years ago)
Author:
jeremy.cowles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonApps

    v6 v7  
    1111
    1212=== Installing and Testing PyMW ===
    13 First, setup the [VmServer BOINC virtual server] following the instructions in the [QuickStart Quick Start] guide. If you are following this exactly, it's highly recommended that you ssh into your VM instead of using a VM viewer so that you can copy and paste commands (you can start the ssh daemon with $/usr/sbin/sshd).
     13First, setup the [VmServer BOINC virtual server] following the instructions in the [QuickStart Quick Start] guide. If you are following this exactly, it's highly recommended that you ssh into your VM instead of using a VM viewer so that you can copy and paste commands. You can start the ssh daemon with the following command:
     14
     15{{{
     16 $ su -c "/usr/sbin/sshd"
     17}}}
    1418
    1519First, login to your VM as "boincadm" (with password "boincadmpw" if you haven't changed it). To get up and running with PyMW, first download the PyMW package and unzip it into your home folder on the BOINC VM and install it into your local Python "site-packages" directory. This can be done with the following commmands, assuming you have internet access: