File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 33![ Version] ( https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000 )
44![ Documentation] ( https://img.shields.io/badge/documentation-yes-brightgreen.svg )
55[ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://github.com/hackariens/phpfpm/graphs/commit-activity )
6- ![ Continuous Integration] ( https://github.com/hackariens/phpfpm/workflows/ci/badge.svg?branch=develop )
6+ ![ Continuous Integration] ( https://github.com/hackariens/phpfpm/actions/ workflows/ci.yml /badge.svg?branch=develop )
77
88> Templates pour la création d'un nouveau projet phpfpm
99
1717
1818Software:
1919
20- - npm
21- - docker
22- - repository koromerzhin/lampy
20+ - [ task ] ( https://taskfile.dev/ )
21+ - [ nodejs ] ( https://nodejs.org/ )
22+ - [ lampy ] ( https://github.com/ koromerzhin/lampy)
2323
2424Config:
2525
@@ -32,24 +32,18 @@ Hosts:
3232## Download
3333
3434``` sh
35- git clone --
recurse-submodules [email protected] :hackariens/phpfpm.git phpfpm
35+ git clone --
recursive [email protected] :hackariens/phpfpm.git phpfpm
3636cd phpfpm
3737```
3838
3939## Environnment
4040
4141Edit .env with .env.example
4242
43- ## Install
44-
45- ``` sh
46- npm install
47- ```
48-
4943## Launch
5044
5145``` sh
52- npm run exec
46+ task phpfpm: exec
5347```
5448
5549## Author
You can’t perform that action at this time.
0 commit comments