Changes between Version 7 and Version 8 of PythonApps
- Timestamp:
- Aug 12, 2009, 11:11:48 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonApps
v7 v8 11 11 12 12 === 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'shighly 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:13 Before 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: 14 14 15 15 {{{ … … 17 17 }}} 18 18 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:19 Once 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: 20 20 21 21 {{{