Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 817 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 817 Bytes

platform-test

This repo is used to test the platform.

Contents

This repo consists of a Makefile called platform-test.mak. We avoided calling it Makefile in order to avoid conflicting with the Makefile that is copied over from template-infra when installing the template infrastructure.

Environment URLs

Usage

Test installing template infrastructure

make -f platform-test.mak install-infra

Test installing NextJS application template

make -f platform-test.mak install-application-nextjs

Test installing Flask application template

make -f platform-test.mak install-application-flask

Cleanup after testing

make -f platform-test.mak clean