# docs(prometheus) **Repository Path**: zhangzhishiu/docs-prometheus ## Basic Information - **Project Name**: docs(prometheus) - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-19 - **Last Updated**: 2021-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Prometheus 中文文档 这个库包含prometheus站点的内容和静态站点生成器代码. ## 环境要求 你需要有一个ruby的工作环境,并且安装网站运行必须的gems包。 ```首先进入代码目录(命令行) cd docs bundle ``` ## 编译 生成静态站资源, 执行: ```bash bundle exec nanoc ``` 生成的静态文件资源会被存储在 `output` 这个目录下. ## 开发环境 在本地运行生成的网站,执行: ```bash # Rebuild the site whenever relevant files change: bundle exec guard # Start the local development server: bundle exec nanoc view ``` 现在,你可以通过[http://localhost:3000/](http://localhost:3000)访问你生成的网站了. ## License Apache License 2.0, see [LICENSE](LICENSE).