зеркало из
1
0
Форкнуть 0
This commit is contained in:
Yev Bronshteyn 2020-01-17 19:02:12 -05:00
Родитель 4c8cd0fa96
Коммит 0e3fc3d1bc
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,17 @@ This repository contains artifacts to help you get started running Tomcat applic
We provide a WAR build of [Spring Pet Clinic](https://github.com/spring-petclinic/spring-framework-petclinic) in ROOT.war as a sample application. By following the steps below, you can see this QuickStart in action without the need to provide your own applciation or to make any modifications.
### Pre-requisites
For running locally:
* [Docker CLI](https://docs.docker.com/install/)
For running on Azure:
* [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli)
* [An Azure subscription](https://azure.microsoft.com/free/).
### Building and testing locally
If you have Docker CLI installed locally, you can run this QuickStart on your machine: