An open API service indexing awesome lists of open source software.

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.

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`.