定制 egobude/docker-neos-template 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

egobude/docker-neos-template

Composer 安装命令:

composer require egobude/docker-neos-template

包简介

Docker based Neos CMS development setup

README 文档

README

Template for a docker based development setup.

Requirements/Links

Development stack

Image Version OS
Nginx 1.11 Alpine
PHP-FPM 7.1 Alpine
Redis 3.2 Alpine
MariaDB 10.1 Debian Jessie

Usage

Clone the repository

$ git clone https://github.com/egobude/docker-project-template.git
$ cd docker-project-template

Create a .env file

Create a .env file from .env.dist and edit it with your own config

$ cp .env.dist .env

Build the containers

$ docker-compose build

Install your project

Install a Neos base distribution

$ composer create-project neos/neos-base-distribution Data 

Install a Flow base distribution

$ composer create-project neos/flow-base-distribution Data

Start your development stack

$ docker-compose up -d   

You can reach your project under http://<YOUR_IP_ADRESS:1234

Stop and remove the containers

$ docker-compose down

If changes have been made to the setup, rebuild the containers

$ docker-compose up -d --build --force-recreate

Tips

Whenever you make changes to the files located under /Docker you have to rebuild the images. Otherwise the changes have no effect!

How to execute a custom shell script on start up?

To execute a custom shell script on start up place one or more *.sh files into the /docker-entrypoints folder. This feature is available for the php-fpm and nginx image. The files are loaded alphabetically.

How to change the port?

If you want a different port than 1234 you can edit the environment variable NGINX_PORT in the .env file.

How to change the document root?

To change the document root just edit the environment variable NGINX_DOCUMENT_ROOT in the .env file.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 13
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 13
  • Watchers: 2
  • Forks: 0
  • 开发语言: Shell

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2017-04-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固