Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-clark/devops
Highly replicable LAMP development environment
https://github.com/john-clark/devops
apache drupal mysql php symfony ubuntu vagrant virtualbox
Last synced: about 1 month ago
JSON representation
Highly replicable LAMP development environment
- Host: GitHub
- URL: https://github.com/john-clark/devops
- Owner: john-clark
- License: agpl-3.0
- Created: 2023-06-16T19:24:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T18:27:55.000Z (over 1 year ago)
- Last Synced: 2024-11-14T15:21:10.174Z (3 months ago)
- Topics: apache, drupal, mysql, php, symfony, ubuntu, vagrant, virtualbox
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# What is this?
---
**Purpose:** Create highly replicable development environment that closely mirrors a specified production environment.
**Deployment:** Vagrant Virtualbox (ubuntu/jammy64) LAMP server local developer machine hosting self-signed sites of drupal and symfony
---
## How to use this?
1. Developers local .ssh setup with key in GitHub.
> *TODO* mirror ssh key to vm
2. Clone this repository or download/extract this repo
3. Run the ``install.ps1`` to setup
* workstation prerequisites
* vagrant vm prerequisites
* VM sites and root certificates.
4. Once provisioning is done, the following sites should be available:
* https://ubuntu.lan (OEM website)
* https://ubuntu.lan/phpinfo.php
* https://ubuntu.lan/server-info
* https://ubuntu.lan/adminer/ (for no password sqlite)
* https://ubuntu.lan/adminer/mysql
* https://symfony.ubuntu.lan
* https://drupal.ubuntu.lan
> *TODO* Setup shared folders for workstation gui webdev (phpstorm/vscode)
5. To start over type ``uninstall.ps1`` to remove the vm and the local root certificates.