Changes between Version 7 and Version 8 of PythonApps


Ignore:
Timestamp:
Aug 12, 2009, 11:11:48 PM (15 years ago)
Author:
jeremy.cowles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonApps

    v7 v8  
    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 the following command:
     13Before starting this tutorial you should setup the [VmServer BOINC virtual server] following the instructions in the [QuickStart Quick Start] guide. It's also 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:
    1414
    1515{{{
     
    1717}}}
    1818
    19 First, 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:
     19Once your server is setup, login to your VM as "boincadm" (with password "boincadmpw" if you haven't changed it). To install PyMW, first download the PyMW package and unzip it into your home folder on the BOINC VM and run the setup script to install it into your local Python "site-packages" directory. This can be done with the following commmands:
    2020
    2121{{{