Giter Club home page Giter Club logo

cloudstack-www's Introduction

Apache CloudStack Official Website

This project keeps all sources used for building up the Apache CloudStack official website which is served at https://cloudstack.apache.org/.

Contributing

For contributing changes such as adding/editing blogs, please see the:

CONTRIBUTING.md

Prerequisite

Apache CloudStack website is powered by Docusaurus 2. Please install Node.js v16 or later and yarn.

Local Development

Install dependencies:

$ yarn install

Start local app server on localhost:3000:

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

It can be useful at times to start anew:

$ yarn clear

To build the website run the following:

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service. We've GitHub Actions based automation that can publish changes merged to 'main' branch being automatically published to the 'asf-site'. see the procedure below.

publishing procedure

  • create a change
  • test your change according to the previous chapter
  • create a PR against staging
  • merge
  • wait for the staged-site to be updated and published
  • check the staging site
  • next, on your local machine
    • pull the latest staging-site and main branches
    • merge staging-site to main
    • push main
git checkout staging-site
git pull
# git clean -d or similar if needed
git checkout main
git pull
git merge --ff-only staging-site
git push
  • wait for asf-site to be updated and published to the main site
  • check again
  • go to sleep

cloudstack-www's People

Contributors

rohityadavcloud avatar daanhoogland avatar sebgoa avatar rafaelweingartner avatar pdion891 avatar andrijapanicsb avatar eriweb avatar swill avatar nvazquez avatar karuturi avatar bwsw avatar jannyg avatar sureshanaparti avatar acsgitbot avatar marcaurele avatar gabrielbrascher avatar wido avatar vishesh92 avatar jbampton avatar imduffy15 avatar shwstppr avatar jlk avatar leapswitch-repos avatar sunandob avatar serverionnl avatar sbrueseke avatar benoitlair avatar fredster33 avatar cloudops-wstevens avatar svenvogel 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.