Açıklama Yok

root abe9fa2bb7 update 5 yıl önce
app 3058030123 update 5 yıl önce
bootstrap b2cd17b82f commit message 5 yıl önce
config 58d1711150 update 5 yıl önce
database b2cd17b82f commit message 5 yıl önce
docker b2cd17b82f commit message 5 yıl önce
public 7f3bbebd3a update 5 yıl önce
resources b45b2596e9 update 5 yıl önce
routes 2c00d974d5 update 5 yıl önce
storage b2cd17b82f commit message 5 yıl önce
tests b2cd17b82f commit message 5 yıl önce
.editorconfig b2cd17b82f commit message 5 yıl önce
.env.example abe9fa2bb7 update 5 yıl önce
.gitattributes b2cd17b82f commit message 5 yıl önce
.gitignore 86618811bd update 5 yıl önce
.styleci.yml b2cd17b82f commit message 5 yıl önce
artisan b2cd17b82f commit message 5 yıl önce
composer.json 025582407e update 5 yıl önce
docker-compose.yml.example d30faa5a60 update 5 yıl önce
init.sh b2cd17b82f commit message 5 yıl önce
install.sql 88af80d5d9 update 5 yıl önce
package.json b2cd17b82f commit message 5 yıl önce
phpunit.xml b2cd17b82f commit message 5 yıl önce
readme.md 2f788c5c70 update 5 yıl önce
server.php b2cd17b82f commit message 5 yıl önce
update.sql b45b2596e9 update 5 yıl önce
webpack.mix.js b2cd17b82f commit message 5 yıl önce

readme.md

logo

V2Board

  • PHP7.3+
  • Composer
  • MySQL5.5+
  • Redis
  • Laravel

演示

建设中...
演示站点由 👉Moack👈 强力驱动

本地环境部署

  1. 下载 composer > shell script > wget https://getcomposer.org/download/1.9.0/composer.phar > php composer.phar install >
  2. install.sql 文件中恢复表
  3. 执行 cp .env.example .env 然后配置它
  4. 执行配置脚本 > shell script > sh init.sh > >

Docker 环境部署

首先 cp docker-compose.yml.example docker-compose.yml 选择性修改

  1. 执行 docker-compose run --rm db 进入 docker 容器
  2. install.sql 文件中恢复表后退出容器,执行 docker-compose down
  3. 执行 cp .env.example .env 然后配置它
  4. 执行配置脚本 > shell script > docker run --rm -v $(pwd):/app composer install > docker run --rm -v $(pwd):/app composer sh init.sh >
  5. 执行 docker-compose up -d 启动服务

注意

每次修改 .env 文件后需要执行 docker run --rm -v $(pwd):/app composer artisan config:cache

伪静态: ``` location /downloads { }

location / {
try_files $uri $uri/ /index.php$is_args$query_string;
} ```

投喂

ETH&(USDT-ERC20): 0x84F85A89105B93F74c3b5db6410Ee8630F01063f

其他

Telegram Channel: @v2board