Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytake/gardening-builder
for gardening.box
https://github.com/ytake/gardening-builder
centos7 development gardening provision vagrant
Last synced: about 1 month ago
JSON representation
for gardening.box
- Host: GitHub
- URL: https://github.com/ytake/gardening-builder
- Owner: ytake
- License: mit
- Created: 2016-01-09T16:21:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T18:05:14.000Z (over 6 years ago)
- Last Synced: 2024-10-05T22:02:38.306Z (4 months ago)
- Topics: centos7, development, gardening, provision, vagrant
- Language: Shell
- Size: 40 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gardening-builder
for gardening.box
Vagrant Box Builder(CentOS 7.*)
## Features
### System
- CentOS 7.*
- PHP 7.*(remi repository)
- Node.js 10.*
- Java 1.8.0_151
- Git
- GD and Imagick
- Composer
- npm
- Apache 2.4.6
- Nginx 1.14.2### Database
- MySQL 5.7.20
- PostgreSQL 10.1
- SQLite 3.7.17
- MongoDB 3.6.0
- Couchbase 5.0.1
- ElasticSearch 6.2.4
- Kibana 6.2.4
- Apache Cassandra 3.11
### Caching
- Redis 4.0.6
- Memcached 1.4.15### Message Broker
- Apache Kafka 1.0.1 [Confluent Platform](https://docs.confluent.io/current/platform.html)
- RabbitMQ 3.7.2 [RabbitMQ](https://www.rabbitmq.com/)
- beanstalkd 1.10 [beanstalkd](http://kr.github.io/beanstalkd/)
### Other
- fluentd
- Apache Spark 2.2.1 [Apache Spark](https://spark.apache.org/)
etc...## PHP
### php70 bin dir```
/opt/remi/php70/root/usr/bin
```#### fpm-socket
`/var/run/php70-fpm.sock`
### php71 bin dir
```
/opt/remi/php71/root/usr/bin
```#### fpm-socket
`/var/run/php71-fpm.sock`
### php72 bin dir
```
/opt/remi/php72/root/usr/bin
```
#### fpm-socket`/var/run/php72-fpm.sock`