kopia lustrzana https://github.com/carlos-algms/composer-and-node-ci
rodzic
119dd22f4c
commit
4db2e10b6e
33
README.md
33
README.md
|
@ -1,6 +1,6 @@
|
|||
# Docker composer-and-node-ci image
|
||||
|
||||
A docker image to be used on continuous integration projects.
|
||||
A docker image to be used on continuous integration projects.
|
||||
|
||||
The idea is to include everything you need to run unit tests and build frontend projects.
|
||||
|
||||
|
@ -10,21 +10,21 @@ To deploy and transfer files, [Deployer](https://deployer.org), SSH, and RSync a
|
|||
|
||||
`Nginx` and `Apache` **are NOT** included.
|
||||
|
||||
## This image includes:
|
||||
|
||||
* [NodeJS 18.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
|
||||
* [Yarn - classic](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
|
||||
* PHP 8-cli, 7.1-cli
|
||||
* [Composer](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md) (latest or v2.2.x for php7.x)
|
||||
* [Deployer](https://deployer.org) (v6.9.0 or v6.6.0 for php7.x)
|
||||
* OpenSSH client
|
||||
* Git
|
||||
* RSync
|
||||
* MySql Client
|
||||
* zsh
|
||||
* vim
|
||||
* Make
|
||||
## This image includes:
|
||||
|
||||
- [NodeJS 20.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
|
||||
- [Yarn - classic](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
|
||||
- [Pnpm 8.x](https://pnpm.io/installation)
|
||||
- PHP 8-cli, 7.1-cli
|
||||
- [Composer](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md) (latest or v2.2.x for php7.x)
|
||||
- [Deployer](https://deployer.org) (v6.9.0 or v6.6.0 for php7.x)
|
||||
- OpenSSH client
|
||||
- Git
|
||||
- RSync
|
||||
- MySql Client
|
||||
- zsh
|
||||
- vim
|
||||
- Make
|
||||
|
||||
### Loaded modules:
|
||||
|
||||
|
@ -32,6 +32,7 @@ To deploy and transfer files, [Deployer](https://deployer.org), SSH, and RSync a
|
|||
$ php -m
|
||||
|
||||
[PHP Modules]
|
||||
bcmath
|
||||
calendar
|
||||
Core
|
||||
ctype
|
||||
|
@ -48,6 +49,7 @@ hash
|
|||
iconv
|
||||
json
|
||||
libxml
|
||||
mbstring
|
||||
mysqli
|
||||
mysqlnd
|
||||
openssl
|
||||
|
@ -58,7 +60,6 @@ pdo_mysql
|
|||
pdo_sqlite
|
||||
Phar
|
||||
posix
|
||||
random
|
||||
readline
|
||||
Reflection
|
||||
session
|
||||
|
|
Ładowanie…
Reference in New Issue