spearki / docs.getcloudify.org

Documentation web site for Cloudify 3.x and 4.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.getcloudify.org

This is a new site based on Hugo and the DocDock theme.

Installing the Cloudify Documentation Center

To run the Cloudify Documentation Center locally:

  1. Install the latest Hugo:

    • On CentOS:

      1. Install the copr plugin for yum: sudo yum install yum-plugin-copr
      2. Enable the Hugo repository: sudo yum copr enable daftaupe/hugo
      3. Install Hugo: sudo yum install hugo
    • On Ubuntu:

      • Install Hugo: sudo apt-get install hugo
    • On Windows:

      1. Install chocolatey.
      2. Install Hugo: choco install hugo -confirm
    • On MacOS:

      1. Install homebrew
      2. Install Hugo: brew install hugo
  2. Verify that Hugo is installed: hugo version

  3. Clone this repository to your local host.

  4. Change directory to the docs.getcloudify.org directory.

  5. Checkout the docdock branch: git checkout beta-build

  6. Start the hugo web server: hugo server

To access the site, go to: http://localhost:1313

About

Documentation web site for Cloudify 3.x and 4.x

License:Other


Languages

Language:JavaScript 52.6%Language:CSS 35.1%Language:HTML 12.3%