navapbc / platform-test

Repo for testing out the platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repo for testing out the platform


Languages

Language:HCL 60.1%Language:Shell 22.1%Language:Python 7.5%Language:Makefile 6.4%Language:Go 2.0%Language:JavaScript 1.5%Language:Dockerfile 0.4%Language:HTML 0.1%