|
| 1 | +# Welcome to @hackariens/phpfpm 👋 |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +[](https://github.com/hackariens/phpfpm/graphs/commit-activity) |
| 6 | + |
| 7 | + |
| 8 | +> Templates pour la création d'un nouveau projet phpfpm |
| 9 | +
|
| 10 | +## 🏠 [Homepage](https://github.com/hackariens/phpfpm#readme) |
| 11 | + |
| 12 | +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
| 13 | + |
| 14 | +<!-- ALL-CONTRIBUTORS-BADGE:END --> |
| 15 | + |
| 16 | +## Need |
| 17 | + |
| 18 | +Software: |
| 19 | + |
| 20 | +- npm |
| 21 | +- docker |
| 22 | +- repository koromerzhin/lampy |
| 23 | + |
| 24 | +Config: |
| 25 | + |
| 26 | +docker swarm |
| 27 | + |
| 28 | +Hosts: |
| 29 | + |
| 30 | +- phpmfpm.traefik.me |
| 31 | + |
| 32 | +## Download |
| 33 | + |
| 34 | +```sh |
| 35 | +git clone --recurse-submodules [email protected]:hackariens/phpfpm.git phpfpm |
| 36 | +cd phpfpm |
| 37 | +``` |
| 38 | + |
| 39 | +## Environnment |
| 40 | + |
| 41 | +Edit .env with .env.example |
| 42 | + |
| 43 | +## Install |
| 44 | + |
| 45 | +``` sh |
| 46 | +npm install |
| 47 | +``` |
| 48 | + |
| 49 | +## Launch |
| 50 | + |
| 51 | +``` sh |
| 52 | +npm run exec |
| 53 | +``` |
| 54 | + |
| 55 | +## Author |
| 56 | + |
| 57 | +👤 **koromerzhin** |
| 58 | + |
| 59 | +- Website: [https://www.letoullec.fr](https://www.letoullec.fr) |
| 60 | +- Twitter: [@koromerzhin](https://twitter.com/koromerzhin) |
| 61 | +- Github: [@koromerzhin](https://github.com/koromerzhin) |
| 62 | +- LinkedIn: [@koromerzhin](https://linkedin.com/in/koromerzhin) |
| 63 | + |
| 64 | +## 🤝 Contributing |
| 65 | + |
| 66 | +Contributions, issues and feature requests are welcome! |
| 67 | +Feel free to check |
| 68 | +[issues page](https://github.com/hackariens/phpfpm/issues). |
| 69 | +You can also take a look at the |
| 70 | +[contributing guide](https://github.com/hackariens/phpfpm/blob/develop/CONTRIBUTING.md). |
| 71 | + |
| 72 | +## Show your support |
| 73 | + |
| 74 | +Give a ⭐️ if this project helped you! |
| 75 | + |
| 76 | +## 📝 License |
| 77 | + |
| 78 | +Copyright © 2019 [koromerzhin](https://github.com/koromerzhin). |
| 79 | + |
| 80 | +This project is |
| 81 | +[MIT](https://github.com/hackariens/phpfpm/blob/develop/LICENSE) licensed. |
| 82 | + |
| 83 | +## ✨ Contributors |
| 84 | + |
| 85 | +Thanks goes to these wonderful people |
| 86 | +([emoji key](https://allcontributors.org/docs/en/emoji-key)): |
| 87 | + |
| 88 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> |
| 89 | +<!-- prettier-ignore-start --> |
| 90 | +<!-- markdownlint-disable --> |
| 91 | +<table> |
| 92 | + <tbody> |
| 93 | + <tr> |
| 94 | + <td align="center" valign="top" width="14.28%"><a href="https://github.com/koromerzhin"><img src="https://avatars0.githubusercontent.com/u/308012?v=4" width="100px;" alt=""/><br /><sub><b>Le TOULLEC Martial</b></sub></a></td> |
| 95 | + <td align="center" valign="top" width="14.28%"><a href="https://github.com/apps/renovate"><img src="https://avatars.githubusercontent.com/in/2740?v=4" width="100px;" alt=""/><br /><sub><b>renovate[bot]</b></sub></a></td> |
| 96 | + <td align="center" valign="top" width="14.28%"><a href="https://github.com/apps/dependabot"><img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100px;" alt=""/><br /><sub><b>dependabot[bot]</b></sub></a></td> |
| 97 | + </tr> |
| 98 | + </tbody> |
| 99 | +</table> |
| 100 | + |
| 101 | +<!-- markdownlint-restore --> |
| 102 | +<!-- prettier-ignore-end --> |
| 103 | + |
| 104 | +<!-- ALL-CONTRIBUTORS-LIST:END --> |
| 105 | + |
| 106 | +This project follows the |
| 107 | +[all-contributors](https://github.com/all-contributors/all-contributors) |
| 108 | +specification. Contributions of any kind welcome! |
| 109 | + |
| 110 | +--- |
| 111 | + |
| 112 | +_This README was generated with ❤️ by |
| 113 | +[readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ |
0 commit comments