Git Product home page Git Product logo

openstack-handbook's Introduction

OpenStack 雲端開源平台技術整理

本書是整理 OpenStack 雲端開源平台相關技術與資訊整理,其中包含部署工具、手動一步一步安裝、各套件簡介等。本書也會隨著 OpenStack 的發展而新增新的章節來進行描述,也希望進一步針對套件的核心程式碼進行窺探,除了記錄期間所學過程,也希望一起推廣 OpenStack 雲端開源平台。

參與貢獻

如果您想一起參與貢獻的話,您可以協助以下項目:

  • 幫忙校正、挑錯別字、語病等等
  • 提供一些修改建議
  • 提出對某些術語翻譯的建議
  • 提供 OpenStack 新套件教學、簡介或者是程式碼分析。

透過 Github 進行協作

  1. Githubfork 到自己的 Repository,例如:<User>/openstack-book.git,然後 clone到 Local 端,並設定 Git 使用者資訊。
$ git clone https://github.com/<User>/openstack-book.git
$ cd openstack-book
$ git config user.name "User"
$ git config user.email [email protected]
  1. 修改程式碼或內容後,透過 commit 來提交到自己的 Repository:
$ git commit -am "Fix issue #1: change helo to hello"
$ git push

若新增採用一般文字訊息,如 Add neutron vlan tag intro

  1. 在 GitHub 上提教一個 Pull Request。
  2. 持續針對專案的 Repository 進行更新:
$ git remote add upstream  https://github.com/imac-cloud/openstack-book.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master

Contributor

License

openstack-handbook's People

Contributors

imacloud avatar ellis-wu avatar fankurt avatar webberkuo avatar pilot9527 avatar kiss5891 avatar samypesse avatar

Watchers

James Cloos avatar  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.