Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

clemsonciti/palmetto-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palmetto Cluster Documentation

This respository is no longer maintained, since we have moved to a new documentation system.

Please see our new documentation site at docs.rcd.clemson.edu.

The below will remain for historical purposes.

Overview

This repository contains the source code for the old Palmetto Cluster documentation, live at palmetto.clemson.edu/palmetto.

Screenshot of the Palmetto Documentation site homepage

Just here to read the docs?

Head over to the documentation site to see the published version.

Editing the Docs

Our documentation site is built using mkdocs, a static site generator written in Python. It is recommended to install this on your computer to preview the documentation while editing.

Commands

When working with the documentation site, you may find these commands useful:

Command Description
mkdocs serve Start the live-reloading server to preview site in browser.
mkdocs build Build the static documentation site for production use.
mkdocs -h Print the mkdocs help message and exit.

Installing Dependencies

Before running any commands, you must install the necessary tools to serve the site locally.

The Python 3 interpreter is required.

$ python3 --version
Python 3.8.10

The pip package manager may need to be installed if it was not bundled with your Python installation.

$ python3 -m pip --version
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)

Then, you can use pip to install the dependencies of this project, as declared in requirements.txt:

$ python3 -m pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting mkdocs
  Downloading mkdocs-1.4.0-py3-none-any.whl (3.7 MB)
     |████████████████████████████████| 3.7 MB 16.5 MB/s
Collecting markdown_include
  Downloading markdown_include-0.7.0-py3-none-any.whl (16 kB)
     |████████████████████████████████| 16 kB 25.1 MB/s
Installing collected packages: mkdocs, markdown-include
Successfully installed mkdocs-1.4.0 markdown-include-0.7.0

Now you should be able to run the commands mentioned above.

Deployment

The deployment instructions can be found in the RCD space on CCIT Confluence.

About

Documentation for the Palmetto Cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published