Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 477 Bytes

DirtLand

We are selling dirt from countries all over the world.

View Report and Documentation

Report


Instruction to load the database using Docker

  1. remove line 1-5 from orderdb_sql.ddl
  2. CREATE DATABASE orders;
    go;
    
    USE orders;
    go;
    
  3. load the database by using http://localhost/shop/loaddata.jsp
  4. reinsert the deleted line in orderdb_sql.ddl
  5. repeat step 2 again.