Skip to content

mlcow/mlcow.github.io

Repository files navigation

How to use

  • clone the repo
  • Always commit changes to truemaster
  • Content goes in content/ directory
  • First time setup:
    • virtualenv venv
    • pip install -r requirements.txt
  • Make .aka. generate html
    • Before any make commands: source venv/bin/activate
    • Useful commands in make: html, serve
    • html vs publish: Former generates local links, later generates absolute mlcow. links, pain for local verification
    • To add a draft for review: http://docs.getpelican.com/en/3.6.3/content.html#publishing-drafts
      TLDR; Status: draft, and visit url .../drafts/
    • Help for make: make
      (venv) bash-3.2$ make
      Makefile for a pelican Web site
      
      Usage:
         make html                           (re)generate the web site
         make clean                          remove the generated files
         make regenerate                     regenerate files upon modification
         make publish                        generate using production settings
         make serve [PORT=8000]              serve site at http://localhost:8000
         make serve-global [SERVER=0.0.0.0]  serve (as root) to :80
         make devserver [PORT=8000]          start/restart develop_server.sh
         make stopserver                     stop local server
         make ssh_upload                     upload the web site via SSH
         make rsync_upload                   upload the web site via rsync+ssh
         make dropbox_upload                 upload the web site via Dropbox
         make ftp_upload                     upload the web site via FTP
         make s3_upload                      upload the web site via S3
         make cf_upload                      upload the web site via Cloud Files
         make github                         upload the web site via gh-pages
      
  • Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published