TACC / Core-Portal-Lifecycle-Procedures

Documentation and checklist for the comprehensive workflow required to establish, provision, configure and deploy a Core v2 portal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomBadge

Core Portal Lifecycle Procedures

Detailed documentation on the complete lifecycle of a TACC ACI-WMA Core v2 Portal.

Core Portal Lifecycle Procedures

Getting Started

To serve the file locally, we recommend using Docker Desktop and the containerized markdown server Madness.

  • Ensure Docker Desktop is installed and running.
  • Ensure Madness is aliased and working: > alias madness='docker run --rm -it -v $PWD:/docs -p 3000:3000 dannyben/madness'
  • Open a command prompt and navigate to the root folder of the markdown you want to serve (i.e. - > cd /Users/<user_name>/code/markdown_src).
  • Start madness: > madness
  • Open your browser to 0.0.0.0:3000 (the default port for madness).
  • View your live markdown.

Note: Madness does not have a live reload feature. You will need to refresh your browser to see saved changes render on-screen.

About

Documentation and checklist for the comprehensive workflow required to establish, provision, configure and deploy a Core v2 portal.


Languages

Language:SCSS 58.2%Language:HTML 19.9%Language:Ruby 9.7%Language:Shell 6.7%Language:JavaScript 5.5%