Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlawrenc authored Mar 13, 2023
1 parent 3844af5 commit 9d3ebae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion labs/lab7/java/assign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ The web store that we are going to build allows customers to enter their informa

2. Setup your local development environment ([instructions](setup/)).

3. Create the tables and load the sample data into your SQL Server database. The file `WebContent/loaddata.jsp` will load the database using the `WebContent/orderdb_sql.ddl` script. You can run this file by using the URL: `http://localhost/shop/loaddata.jsp` .
3. Create the tables and load the sample data into your SQL Server database. The file `WebContent/loaddata.jsp` will load the database using the `WebContent/orderdb_sql.ddl` script. You can run this file by using the URL: `http://localhost/shop/loaddata.jsp`.

4. **SQL Server is not supported on the Apple M1 chip.** However, there is an alternate version that is. In the `docker-compose.yml` file, change:
`image: mcr.microsoft.com/mssql/server:2019-latest` to this: `image: mcr.microsoft.com/azure-sql-edge` .


## Databases and Autonumber Fields
Expand Down

0 comments on commit 9d3ebae

Please sign in to comment.