Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/aegir/aegir3/aegir-dev-vm
Spins up a temporary Aegir 3 instance for trial or development.
https://gitlab.com/aegir/aegir3/aegir-dev-vm
ALM Aegir devops drupal hosting
Last synced: 3 months ago
JSON representation
Spins up a temporary Aegir 3 instance for trial or development.
- Host: gitlab.com
- URL: https://gitlab.com/aegir/aegir3/aegir-dev-vm
- Owner: aegir
- License: agpl-3.0
- Created: 2019-02-15T23:02:37.110Z (almost 6 years ago)
- Default Branch: master
- Last Synced: 2024-07-29T17:59:20.435Z (6 months ago)
- Topics: ALM, Aegir, devops, drupal, hosting
- Stars: 6
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Aegir Development VM
====================This project is intended to provide a simple Vagrant-based VM for hacking on
Aegir (or simply trying it).![](images/sites-screenshot.png)
Getting Started
---------------To get started, install [Vagrant](https://www.vagrantup.com/docs/installation/)
and [Virtualbox](https://www.virtualbox.org/wiki/Downloads), then run:```
git clone --recursive https://gitlab.com/aegir/aegir-dev-vm
cd aegir-dev-vm
vagrant up # Launch the VM, and install Aegir
vagrant ssh # SSH into the VM
sudo -sHu aegir # Become the `aegir` user
drush @hm uli # Generate a one-time login link
```To access the Aegir front-end, you'll need to add an entry in your `/etc/hosts`:
```
10.55.55.55 aegir.local
```DigitalOcean Integration
------------------------You can also [run your Vagrant box on DigitalOcean](./digital_ocean/README.md).