GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Application/Runtime/ server/Application/Runtime/ web_src/.DS_Store web_src/node_modules/ web_src/dist/ web_src/npm-debug.log* web_src/yarn-debug.log* web_src/yarn-error.log* web_src//test/unit/coverage/ web_src//test/e2e/reports/ web_src/selenium-debug.log # Editor directories and...
E-mail: xing7th#gmail.com (change # into @) All rights reserved. 简介 ShowDoc就是一个非常适合IT团队的在线文档分享工具,它可以加快团队之间沟通的效率。 暂无标签 https://github.com/star7th/showdoc PHP Apache-2.0 保存更改 发行版 暂无发行版 贡献者(33) 全部 近期动态...
克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支3 标签162 star7thMerge branch 'master' of github.com:star7t...e90f0151个月前 1628 次提交 提交 .github/workflows fix npmmirror 2年前 Public ...
本来也可以直接 pull showdoc 镜像到本地,使用 docker search showdoc 之后可以看到已经在仓库中存在 showdoc 的镜像了,但是当我 pull 到本地过程中的时候,发现有一个层一直是 waiting 状态,于是决定先去 GitHub 下载,然后手动创建镜像。 二、下载 showdoc ...
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 GitHub下载showdoc源码使用Docker手动创建镜像 ShowDoc是一个非常适合IT团队在线共享文档的工具,在线访问地址为:https://www.showDoc.cc ShowDoc的GitHub项目地址为:https://github.com/star7th/showdoc,下载地址为 https...
[root@localhost html]# git clone https://github.com/star7th/showdoc.git 6.2目录权限设置 将网站根目录/var/www/html的所属用户改为apache [root@localhost www]# chown -R apache.apache html/ 6.3重启httpd服务 重启httpd服务 [root@localhost html]# systemctl restart httpd ...
[root@jeven showdoc]# git clone https://github.com/star7th/showdoc.git Cloning into 'showdoc'... remote: Enumerating objects: 20220, done. remote: Counting objects: 100% (1812/1812), done. remote: Compressing objects: 100% (624/624), done. remote: Total 20220 (delta 1259), reused ...
[root@jeven showdoc]# git clone https://github.com/star7th/showdoc.git Cloning into 'showdoc'... remote: Enumerating objects: 20220, done. remote: Counting objects: 100% (1812/1812), done. remote: Compressing objects: 100% (624/624), done. remote: Total 20220 (delta 1259), reused ...
git clone https://github.com/star7th/showdoc.git ``` 2. 将下载的源码移动到Apache的网站目录下: ```shell sudo mv showdoc /var/www/html/showdoc ``` 3. 设置Apache的文档根目录: ```shell sudo vi /etc/apache2/sites-available/000-default.conf ...