diff --git a/License/LICENSE b/License/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..eac6c9a04496c8e8b09cc7291721c303bae51973 --- /dev/null +++ b/License/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) Django Software Foundation and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of Django nor the names of its contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/License/NOTICE b/License/NOTICE new file mode 100644 index 0000000000000000000000000000000000000000..ab7de6b7d3c295af304089394e759d3d3cfed5d5 --- /dev/null +++ b/License/NOTICE @@ -0,0 +1,56 @@ +--------THIRD-PARTY SOFTWARE NOTICES--------- + +%% Django NOTICE +=========================================== +The BSD-3-Clause License +=========================================== +END OF Django NOTICE + +%% PyMySQL NOTICE +=========================================== +The MIT License +=========================================== +END OF PyMySQL NOTICE + +%% django-cors-headers NOTICE +=========================================== +The MIT License +=========================================== +END OF django-cors-headers NOTICE + +%% djangorestframework NOTICE +=========================================== +The MIT License +=========================================== +END OF djangorestframework NOTICE + +%% djangorestframework-jwt NOTICE +=========================================== +The MIT License +=========================================== +END OF djangorestframework-jwt NOTICE + +%% numpy NOTICE +=========================================== +The BSD-3-Clause License +=========================================== +END OF numpy NOTICE + +%% django-filter NOTICE +=========================================== +The BSD License +=========================================== +END OF django-filter NOTICE + +%% uWSGI NOTICE +=========================================== +The GPL2 License +=========================================== +END OF uWSGI NOTICE + +%% openpyxl NOTICE +=========================================== +The MIT License +=========================================== +END OF openpyxl NOTICE + diff --git a/templates/License/LICENSE b/templates/License/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..eac6c9a04496c8e8b09cc7291721c303bae51973 --- /dev/null +++ b/templates/License/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) Django Software Foundation and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of Django nor the names of its contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/templates/License/NOTICE b/templates/License/NOTICE new file mode 100644 index 0000000000000000000000000000000000000000..ab7de6b7d3c295af304089394e759d3d3cfed5d5 --- /dev/null +++ b/templates/License/NOTICE @@ -0,0 +1,56 @@ +--------THIRD-PARTY SOFTWARE NOTICES--------- + +%% Django NOTICE +=========================================== +The BSD-3-Clause License +=========================================== +END OF Django NOTICE + +%% PyMySQL NOTICE +=========================================== +The MIT License +=========================================== +END OF PyMySQL NOTICE + +%% django-cors-headers NOTICE +=========================================== +The MIT License +=========================================== +END OF django-cors-headers NOTICE + +%% djangorestframework NOTICE +=========================================== +The MIT License +=========================================== +END OF djangorestframework NOTICE + +%% djangorestframework-jwt NOTICE +=========================================== +The MIT License +=========================================== +END OF djangorestframework-jwt NOTICE + +%% numpy NOTICE +=========================================== +The BSD-3-Clause License +=========================================== +END OF numpy NOTICE + +%% django-filter NOTICE +=========================================== +The BSD License +=========================================== +END OF django-filter NOTICE + +%% uWSGI NOTICE +=========================================== +The GPL2 License +=========================================== +END OF uWSGI NOTICE + +%% openpyxl NOTICE +=========================================== +The MIT License +=========================================== +END OF openpyxl NOTICE + diff --git a/templates/front-project/README.md b/templates/front-project/README.md index 112949db556a7d3d36788ba14074ea85ce934b74..49b6f5974ca6ddd2943eeace2103dca881630061 100644 --- a/templates/front-project/README.md +++ b/templates/front-project/README.md @@ -1,24 +1,39 @@ -# my-project-test +# kylin-kytuning-front -## Project setup +#### 介绍 +性能测试管理工具,能够实现对目标机器发起性能测试,其中包括stream测试、lmbench测试、unixbench测试、fio测试、iozone测试、jvm2008测试、cpu2016测试、cpu2017测试。 +能够记录测试后的数据以及不同项目中的数据对比等功能。 + +#### 软件架构 +软件架构说明 + + +#### 安装教程 ``` +yum install nodejs npm npm install ``` -### Compiles and hot-reloads for development +#### 使用说明 + ``` npm run serve +页面访问 http://localhost:8080 ``` -### Compiles and minifies for production -``` -npm run build -``` +#### 参与贡献 -### Lints and fixes files -``` -npm run lint -``` +1. Fork 本仓库 +2. 新建 Feat_xxx 分支 +3. 提交代码 +4. 新建 Pull Request + + +#### 特技 -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md +2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) +3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 +4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 +5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) +6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)