Changes between Version 14 and Version 15 of LCS_specification


Ignore:
Timestamp:
04/15/2020 09:00:02 AM (6 years ago)
Author:
ally
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LCS_specification

    v14 v15  
    143143* Download the attached file {{{ search_test_data.csv }}} and place it under the {{{ database }}} folder in LCSv1 web2py application directory.  
    144144* From the {{{ database }}} folder, run the following command to import the testing data.  
    145 {{{ \.mode csv }}} 
    146 {{{ \.import search_test_data.csv closures }}} 
     145{{{ .mode csv 
     146 }}} 
     147{{{ .import search_test_data.csv closures  
     148}}} 
    147149* Run the following command to confirm the data is imported correctly.  
    148 {{{ select * from closures\; }}} 
     150{{{ select * from closures;  
     151}}} 
    149152It should have all the entries from id 63 to 71 ( 9 entries total)  
    150153* Run the LCSv1 web2py application and open the search page on the browser.