Skip to content

Documentation for the MC2 data ingress workflow - to share with tester teams and early adopters.

Notifications You must be signed in to change notification settings

mc2-center/DCA-Data-Ingress-Docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Testing

Use Docker

  1. Install Docker and docker-compose.

  2. Run docker compose up -d from within repository to launch Jekyll Docker container.

  3. Access the local preview of the documentation at http://127.0.0.1:4000.

Manually install Jekyll

  1. Follow the documentation here to install Ruby
  2. Check the version of ruby by running ruby -v. You version of ruby should be 3.1.2 and above
  3. Install Jekyll by running gem install jekyll.
  4. (Optional) Follow the quick start instructions here on Jekyll's website. You should be able to access the local preview of the documentation at localhost:4000
  5. Install just-the-docs/just-the-docs and plugin jekyll-remote-theme by doing bundle install for the first time. (Note: if you change your plugin and remote theme, you might need to run bundle install again)
  6. Run bundle exec jekyll serve. Then, you should be able to access the local preview of the documentation at http://127.0.0.1:4000.

About

Documentation for the MC2 data ingress workflow - to share with tester teams and early adopters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.6%
  • Dockerfile 21.4%