Angular
Introduction
Angular is a framework for creating apps. This install will get the basic app going once done read the next steps
Getting Started
-
First create a new GitLab project using the instance template from the AppBase for your language (PHP).
- The AppBase will provide you with a pattern to deploy applications
- Will automatically setup GitLab CI/CD tools such as security settings
- The quickest way to get up and running with OpenShift.
- Read the README.md file in the repository for latest instructions and notes for your framework.
-
Look at the Dockerfile lines 9-11 for the build commands and directory to publish.
-
Look at the .gitlab-ci.yml lines 31-44 to properly compile the assets to package in the container.
TODO:
- OpenShift notes
Notes
Angular CSP stuff