Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsramin/dch-project-sample
DCH - Sample LEMP Project
https://github.com/bsramin/dch-project-sample
dch docker docker-compose
Last synced: 27 days ago
JSON representation
DCH - Sample LEMP Project
- Host: GitHub
- URL: https://github.com/bsramin/dch-project-sample
- Owner: bsramin
- License: mit
- Created: 2018-08-11T12:57:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T19:22:41.000Z (over 5 years ago)
- Last Synced: 2024-10-10T14:27:00.604Z (3 months ago)
- Topics: dch, docker, docker-compose
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DCH - Sample LEMP Project
For demo only - do not use in production
## Installation
- Clone locally [dch](https://github.com/bsramin/dch)
- Clone this project within ```dch/project/```## Available services
- Nginx 1.15
- PHP-FPM 7.1.12
- MySQL 5.6
- Memcached 1.5
- Redis 4
- MailCatcher## Available commands
bin/project git Git command
bin/project clear-cache Clear the project cache
bin/project logs View the project logs
# LICENSE
The MIT License (MIT)Copyright (c) 2018 Ramin Banihashemi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.