Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 602 Bytes

README.adoc

File metadata and controls

32 lines (23 loc) · 602 Bytes

Demo Course

This is demo courseware, showing the site content build examples.

Generate Publishing Site

docker build -t redhat-scholars/demo-course .

Running the site

docker run -it --rm -p  8080:80 redhat-scholars/demo-course

Open the generated site at http://localhost:8080

Note
The following command is still a WIP

Run development mode

docker run -d --rm\
  --name=demo-course-dev \
  -p 3000:3000 \
  -v $PWD:/usr/src/app:Z \
  quay.io/redhat-scholars/course-site-builder dev