Changes between Version 12 and Version 13 of CPTMSTestCases


Ignore:
Timestamp:
05/08/2019 04:03:38 PM (7 years ago)
Author:
jdalbey
Comment:

add python3 command

Legend:

Unmodified
Added
Removed
Modified
  • CPTMSTestCases

    v12 v13  
    1313 
    1414== Application Startup == 
    15 In a terminal window with webapps as the current directory, start the web server with the (Python 2.7) command: `python -m CGIHTTPServer 8080`  
     15In a terminal window with webapps as the current directory, start the web server with the (Python 2.7) command: `python -m CGIHTTPServer 8080` 
     16 
     17`(Python 3): python3 -m http.server 8080` 
    1618 
    1719Open a web browser to `localhost:8080/cptms/`