Skip to content

fmwww/docker-nexusphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nexusphp

  1. 复制.env.example.env,可根据需要修改.env中的内容,启动
cp .env.example .env
docker-composer up -d
  1. 进入到workspace容器
docker-compose exec php8 /bin/zsh
  1. 在www目录下,拉取nexusphp代码
git clone https://github.com/xiaomlove/nexusphp.git
  1. 进入nexusphp目录,安装composer依赖
cd nexusphp
composer install
  1. 复制安装脚本
cp -R nexus/Install/install public/
  1. 访问nexusphp.test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published