Changes between Version 2 and Version 3 of OTM-Windows


Ignore:
Timestamp:
02/10/12 11:51:37 (12 years ago)
Author:
yxu@osc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OTM-Windows

    v2 v3  
    4343
    4444
    45 Install python. Then add path to python installation folder by right click My Computer -> Properties -> Advanced -> Environment Variables -> System Variables -> Path, and add C:\Python25;C:\Python25\Scripts.
     45Install python. Then add path to python installation folder by right click {{{My Computer -> Properties -> Advanced -> Environment Variables -> System Variables -> Path }}}, and add path {{{C:\Python25;C:\Python25\Scripts}}}.
    4646
    4747
     
    5252
    5353Aftar complete, type python, run the following command to check the installation.
    54 {{
     54{{{
    5555 import django
    5656 print django.get_version()
     
    7171- http://www.stat.ucla.edu/~rosario/classes/07F/202a/python/index.html ]
    7272
    73 }}}
    7473
    7574=== 3.4 Install Active-perl ===
     
    9796
    9897Download http://perl.apache.org/dist/win32-bin/ppms/x86/IO-Socket-SSL.tar.gz
    99 and unzip folder auto and IO under folder lib to  C:\perl\site\lib
     98and unzip folder auto and IO under folder lib to {{{ C:\perl\site\lib}}}
    10099
    101100Download openSSL from http://www.shininglightpro.com/products/Win32OpenSSL.html 
    102 and extract it to c:\OpenSSL-Win32\
     101and extract it to {{{c:\OpenSSL-Win32\}}}
    103102
    104103Add c:\OpenSSL-Win32\bin to system path.
     
    147146=== 4.1 Change file name to meet filename restriction of windows. ===
    148147
    149 Change Datagen\suppl.pm
     148Change file Datagen\suppl.pm
    150149
    151150Locate:
     
    159158
    160159
    161 Change Datagen\Run-tool.pl
     160Change file Datagen\Run-tool.pl
    162161
    163162Locate
     
    174173
    175174
    176 Change the folder path{{{ / }}}to{{{ \ }}}i n node_service.py and Pythonlogger.conf
     175Change the folder path{{{ / }}}to{{{ \ }}} in node_service.py and pythonlogger.conf
    177176
    178177