Skip to content

navapbc/platform-test

Folders and files

NameName
Last commit message
Last commit date
Mar 5, 2025
Mar 4, 2025
Mar 5, 2025
Mar 4, 2025
Feb 20, 2025
Mar 4, 2025
Feb 28, 2025
Mar 4, 2025
Mar 5, 2025
Feb 13, 2023
Jul 22, 2024
Feb 6, 2024
Mar 6, 2023
Oct 24, 2024
Jan 27, 2025
Feb 13, 2023
Dec 24, 2024
Dec 24, 2024
Jan 9, 2023
Nov 9, 2023

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