Skip to content

navapbc/platform-test

Repository files navigation

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