Skip to main content

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

  1. 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.
  2. Look at the Dockerfile lines 9-11 for the build commands and directory to publish.

  3. Look at the .gitlab-ci.yml lines 31-44 to properly compile the assets to package in the container.

TODO:

  1. OpenShift notes

Notes

Angular CSP stuff