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
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
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