Giter VIP home page Giter VIP logo

quickstarts's Introduction

Teradata Vantage Getting Started Guides

Quickstarts for learning the Teradata Vantage database. The documents use the AsciiDoc format. The website is built with Antora.

Contributions are welcome :). See below how to build the documentation website locally.

Building documentation locally

There are two ways to build documentation locally:

  1. Run Antora in Docker - this method is quick to setup but the build process takes longer. It's best for occasional contributors.
  2. Install all tools directly on your machine - this method takes longer to setup but builds are much faster. Use it if you intend to contribute on ongoing basis.

Build using Docker

  1. Clone the repo:
    git clone [email protected]:Teradata/quickstarts.git
    
  2. Change dir to quickstarts:
    cd quickstarts
    
  3. Run build by mapping the document directory to the container:
    ./build-docker
    
  4. The resulting website files will be saved in ./build/site directory. Open the directory in your browser to view your local copy of the website.

Build directly on your machine

ℹī¸ These instructions are for MacOS. Adjust the instructions for your operating system.

  1. Install Node.js:
    brew install nodejs
    
  2. Clone the repo:
    git clone [email protected]:Teradata/quickstarts.git
    
  3. Change dir to quickstarts:
    cd quickstarts
    
  4. Install dependencies:
    npm i
    
  5. Build the website:
    ./buildw
    
  6. The resulting website files will be saved in ./build/site directory. Open the directory in your browser to view your local copy of the website.

quickstarts's People

Contributors

adamtwo avatar jmacagno avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.