Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnperricruz/vagrant-ubuntu-18-lemp
Lightweight Local LEMP Environment for your amazing web apps
https://github.com/johnperricruz/vagrant-ubuntu-18-lemp
development laravel lemp localhost magento2 nginx php ubuntu vagrant web wordpress
Last synced: 24 days ago
JSON representation
Lightweight Local LEMP Environment for your amazing web apps
- Host: GitHub
- URL: https://github.com/johnperricruz/vagrant-ubuntu-18-lemp
- Owner: johnperricruz
- Created: 2021-03-05T07:14:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T08:05:03.000Z (over 1 year ago)
- Last Synced: 2024-11-09T06:19:14.155Z (3 months ago)
- Topics: development, laravel, lemp, localhost, magento2, nginx, php, ubuntu, vagrant, web, wordpress
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirement
* [VirtualBox](https://www.virtualbox.org/)
* [Vagrant](https://www.vagrantup.com/)
* [Vagrant::Hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)_Note: Vagrant::Hostsupdater is optional to automatically add the entry to the hosts file. If you skip that, you will need to manually edit the hosts file and add the related entry yourself._
```
$ vagrant plugin install vagrant-hostsupdater```
## Usage
```
$ mkdir
$ cd
$ git clone https://github.com/johnperricruz/vagrant-ubuntu-18-LEMP.git
$ cd vagrant
$ vagrant up
$ vagrant ssh
```All Vagrant commands like `vagrant halt`, `vagrant destroy` and `vagrant suspend` are applicable.
## Credentials
MySQL root:
**User**: `root`
**Password**: `password`Additional MySQL access:
**User**: `vagrant`
**Password**: `password`
**Database**: `vagrant`## What's Included?
* [Ubuntu 18.04](http://www.ubuntu.com/)
* [nginx (mainline)](http://nginx.org/)
* [MySQL (stable)](http://mysql.com/)
* [php-fpm 8.1.x](http://php-fpm.org/)
* [Git](https://git-scm.com/)
* [Composer](https://getcomposer.org/)
* [Elastic Search](https://www.elastic.co/)
* [MailHog](https://github.com/mailhog/MailHog)## Directory Structure
* `config` - Contains all services related configuration, please modify it accordingly to your usage.
* `logs` - Contains all the logs generated from nginx as well as PHP errors.
* `www` - The web root of your web application.www.johnperricruz.com