Begin tidying app-delivery setup instructions.
This commit is contained in:
@ -1,36 +1,11 @@
|
|||||||
#+TITLE: OpenShift Workshops
|
#+TITLE: OpenShift Workshops
|
||||||
#+AUTHOR: James Blair
|
#+AUTHOR: James Blair
|
||||||
#+DATE: <2023-12-04 Mon>
|
#+DATE: <2024-07-24 Wed>
|
||||||
|
|
||||||
This repository contains a basic [[https://nextjs.org/][nextjs]] frontend designed to be exported as a static site and served via [[https://pages.github.com/][github pages]].
|
This repository contains a basic [[https://nextjs.org/][nextjs]] frontend designed to be exported as a static site and served via [[https://pages.github.com/][github pages]].
|
||||||
|
|
||||||
The frontend is used to serve workshop instructions for several workshops.
|
The frontend is used to serve workshop instructions for several workshops.
|
||||||
|
|
||||||
** Local development
|
|
||||||
|
|
||||||
To set up a local development environment run the following:
|
|
||||||
|
|
||||||
#+begin_src bash
|
|
||||||
# Install dependencies
|
|
||||||
npm install
|
|
||||||
|
|
||||||
# Build and serve the site
|
|
||||||
npm run build && npm run serve
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
|
|
||||||
** Exporting static site
|
|
||||||
|
|
||||||
To export the site to static html to serve for example via github pages, run:
|
|
||||||
|
|
||||||
#+begin_src bash
|
|
||||||
# Install dependencies
|
|
||||||
npm install
|
|
||||||
|
|
||||||
# Build and export the site
|
|
||||||
npm run build && npm run export
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
|
|
||||||
** Setting up a cluster for the workshop
|
** Setting up a cluster for the workshop
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Red Hat OpenShift Windows Container Workshop</title>
|
<title>Red Hat OpenShift Application Delivery Workshop</title>
|
||||||
<link>https://jmhbnz.github.io/workshops/workshop</link>
|
<link>https://jmhbnz.github.io/workshops/workshop</link>
|
||||||
<description>Red Hat OpenShift Windows Container Workshop</description>
|
<description>Red Hat OpenShift Application Delivery Workshop</description>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<managingEditor>jablair@redhat.com (Red Hat)</managingEditor>
|
<managingEditor>jablair@redhat.com (Red Hat)</managingEditor>
|
||||||
<webMaster>jablair@redhat.com (Red Hat)</webMaster>
|
<webMaster>jablair@redhat.com (Red Hat)</webMaster>
|
||||||
|
|||||||
Reference in New Issue
Block a user