Hands-on training material for getting started with Open OnDemand on Cheaha, including practical examples
=============================================
-
Clone the repository to your local machine
-
To run/view the slides format and contents:
- Just navigate to
ood-training/slide
directory, and then open theood.html
with your browser.
- Just navigate to
-
To export your slides as a PDF:
- Open the presentation/slides in a web browser.
- Add
?print-pdf
to the end of the browser's address bar. For example,http://localhost:1948/slide/ood.html
becomeshttp://localhost:1948/slide/ood.html?print-pdf
. - Press
Ctrl+P
(Windows) orCmd+P
(Mac) to export the presentation as aPDF
.
==========================================
-
To update/contribute contents, formats, etc:
- You can open the cloned repository in your terminal.
- Navigate to the ood_training folder.
- Run the command
npm start
.
- or with VSCode (especially useful if you prefer to edit or add content), then run the command
npm start
- If you do not have
npm
installed on your computer, you need to installNode.js
andnpm
by runningconda install -c conda-forge nodejs
or using one of the following methods:-
macOS
- Install Node.js and npm using Homebrew:
brew install node
- Install Node.js and npm using Homebrew:
-
Linux
sudo apt update sudo apt install nodejs npm
-
- You can open the cloned repository in your terminal.
-
Project Structure
- slide folder: Contains HTML files for slides.
- dist folder: Contains compiled CSS and JS files.
- plugins folder: Contains various plugins used in the project.