GitHub - openownworld/cloudadc.github.io · GitHub
Skip to content

openownworld/cloudadc.github.io

 
 

Repository files navigation

About cloudadc

Table of Contents

Cloudadc is an open community that focuses on the exploration and best implementation of distributed architecture, cloud-native applications, and cloud-native application delivery control.

How to Contribute

1. Fork and clone to your local disk
git clone git@github.com:<YOUR_ID>/cloudadc.github.io.git
git clone git@github.com:<YOUR_ID>/container-ingress.git
git clone git@github.com:<YOUR_ID>/nodejs-honeypot.git

2. Do some edit via link: AsciiDoc Syntax

3. Push your change and create a Pull Request

4. Install and test locally via http://localhost:4000
$ gitbook install
$ gitbook serve -w
5. Syncing a fork to catch others change
git remote -v
git remote add upstream https://github.com/cloudadc/cloudadc.github.io.git

git fetch upstream
git checkout master
git merge upstream/master
git push origin master

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • HTML 97.0%
  • Python 1.3%
  • Other 1.7%