A platform to create documentation/wiki content built with PHP & Laravel - BookStack/composer.lock at master · bikram990/BookStack
BookStack Blog Development & Testing All development on BookStack is currently done on the master branch. When it's time for a release the master branch is merged into release with built & minified CSS & JS then tagged at it's version. Here are the current development requirements: ...
A platform to create documentation/wiki content built with PHP & Laravel - BookStack/LICENSE at master · cpivot/BookStack
master BookStack/Dockerfile Go to file Go to file T Go to line L Copy path Cannot retrieve contributors at this time 29 lines (20 sloc) 747 Bytes Raw Blame FROM ubuntu:16.04 MAINTAINER "TruthHun <TruthHun@QQ.COM>" # 安装依赖 RUN apt update -y \ && apt install -y locales...
master .github app bootstrap cache app.php autoload.php config database public resources routes storage tests .env.example .gitattributes .gitignore .travis.yml LICENSE artisan composer.json composer.lock gulpfile.js package.json phpunit.xml readme.md server.php version Breadcrumbs BookStack / boot...
master BookStack/LICENSE.md Go to file 201 lines (169 sloc) 11.1 KB Raw Blame Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTIONDefinitions. "License" shall mean the terms and conditions for use, reproduction...
Files master .github scripts .dockerignore .gitignore .gitlab-ci.yml Dockerfile LICENSE Makefile README.md RELEASE.md VERSION bookstack.conf docker-compose.test.yml docker-compose.yml docker-entrypoint.sh php.ini renovate.jsonBreadcrumbs docker-bookstack / bookstack.conf ...
"BookStack\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-root-package-install": [ "php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "php artisan key:generate" ...
BookStack,基于MinDoc,使用Beego开发的在线文档管理系统,功能类似Gitbook和看云。 - BookStack/build-linux.sh at master · charygao/BookStack
master BranchesTags docker-bookstack/docker-entrypoint.sh Go to file Copy path executable file81 lines (68 sloc)2.18 KB RawBlame #!/bin/bash set-e echoerr() {echo"$@"1>&2;} if[!-f'/var/www/BookStack/.env'];then if["$DB_HOST"];then ...