Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hxsecurity/cloudsecwiki
CloudSecWiki is a cloud security oriented knowledge base maintained by HuoCorp.
https://github.com/hxsecurity/cloudsecwiki
cloud cloud-native cloud-security wiki
Last synced: 2 days ago
JSON representation
CloudSecWiki is a cloud security oriented knowledge base maintained by HuoCorp.
- Host: GitHub
- URL: https://github.com/hxsecurity/cloudsecwiki
- Owner: HXSecurity
- License: apache-2.0
- Created: 2022-04-19T07:08:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:28:19.000Z (over 1 year ago)
- Last Synced: 2024-01-23T05:12:22.711Z (10 months ago)
- Topics: cloud, cloud-native, cloud-security, wiki
- Language: JavaScript
- Homepage: https://cloudsec.huoxian.cn
- Size: 5.09 MB
- Stars: 40
- Watchers: 6
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudSecWiki
CloudSecWiki is a cloud security oriented knowledge base maintained by HXSecurity.CloudSecWiki web address:[cloudsec.huoxian.cn](https://cloudsec.huoxian.cn)
## Local Deployment
1. Cloning project to local```bash
git clone https://github.com/HXSecurity/CloudSecWiki.git
cd CloudSecWiki
```2. Install the `npm` dependency package and build
```bash
npm install
npm run build
```3. Copy the files in the `build` directory to the nginx service web directory