https://github.com/torann/settler
https://github.com/torann/settler
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/torann/settler
- Owner: Torann
- License: mit
- Created: 2019-04-26T13:00:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T14:25:08.000Z (over 3 years ago)
- Last Synced: 2025-02-15T05:43:43.918Z (3 months ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Laravel Settler
The scripts that build the Laravel Homestead development environment.
End result can be found at https://app.vagrantup.com/torann/boxes/homestead
## Usage
You probably don't want this repo, follow instructions at https://github.com/Torann/homestead instead.
If you know what you are doing:
- Clone [chef/bento](https://github.com/chef/bento) into same top level folder as this repo.
- Run `./bin/link-to-bento.sh`
- Run `cd ../bento/packer_templates/ubuntu` and work there for the remainder.
- Follow normal [Packer](https://www.packer.io/) practice of building:```
packer build -only=virtualbox-iso ubuntu-20.04-amd64.json
```## Included
- Ubuntu 20.04
- Git
- PHP 8.0
- PHP 7.4
- Nginx
- MySQL 8
- [lmm](https://github.com/Lullabot/lmm) for MySQL or MariaDB database snapshots
- Sqlite3
- PostgreSQL (9, 10, 11, 12, 13)
- PostGIS
- Composer
- Node (With Yarn, Bower, Grunt, and Gulp)
- Redis
- PHPRedis
- [Phpiredis](https://github.com/nrk/phpiredis)
- Memcached
- Beanstalkd
- [Mailhog](https://github.com/mailhog/MailHog)
- avahi
- ngrok
- Xdebug 3
- [XHProf](https://github.com/phacility/xhprof) / [Tideways](https://tideways.com/) / [XHGui](https://github.com/perftools/xhgui)
- [Minio](https://github.com/minio/minio)
- [wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf/releases)> Built from Laravel Setter v11.2.0