tylerfahey / terminus-vm
There is no license information available for the latest version (1.1) of this package.
A development environment for terminus
1.1
2020-09-04 21:44 UTC
Requires
This package is auto-updated.
Last update: 2026-03-05 09:56:31 UTC
README
Overview
This is a preconfigured setup to do terminus dev.
Prerequisites
- Docker (https://docker.com)
- Docksal (https://docksal.io)
Getting started
- Clone the repo anywhere on your system
- If you need Docker + Docksal, there are scripts to install in /scripts folder
- ./install-docker.sh
- ./install-docksal.sh
- Run a
composer installto install terminus deps - Run a
fin upand it should initialize everything, you'll see links to the IDE:
fin up
Starting services...
Creating network "terminus-vm_default" with the default driver
Creating volume "terminus-vm_cli_home" with default driver
Creating volume "terminus-vm_db_data" with default driver
Creating terminus-vm_db_1 ... done
Creating terminus-vm_cli_1 ... done
Creating terminus-vm_ide_1 ... done
Creating terminus-vm_web_1 ... done
Connected vhost-proxy to "terminus-vm_default" network.
Waiting for project stack to become ready...
Waiting for project stack to become ready...
Project URL: http://terminus-vm.docksal
Web IDE URL: http://ide-terminus-vm.docksal
- In the IDE, it should be ready to set breakpoints and run xDebug as needed.
- Use
fin bashto invokevendor/bin/terminusfrom within the container, which will properly route to xDebug in the browser.