https://github.com/irvaniamirali/vagrant-dev-server
A simple Debian 12 development environment using Vagrant and a bootstrap script.
https://github.com/irvaniamirali/vagrant-dev-server
automation debian dev-env shell vag
Last synced: 5 months ago
JSON representation
A simple Debian 12 development environment using Vagrant and a bootstrap script.
- Host: GitHub
- URL: https://github.com/irvaniamirali/vagrant-dev-server
- Owner: irvaniamirali
- License: mit
- Created: 2025-10-31T19:59:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-31T20:11:01.000Z (5 months ago)
- Last Synced: 2025-10-31T22:07:43.370Z (5 months ago)
- Topics: automation, debian, dev-env, shell, vag
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrant Dev Server
A simple Vagrant setup for development.
## Features
- Debian 12 VM
- Essential utilities installed
- UFW firewall configured
- Shared folder for projects
- Easy to extend for additional provisioning
## Usage
```bash
vagrant up
vagrant ssh
```
After logging in, your projects folder is available at `/home/vagrant/projects`.