Skip to content

marcoris/simple_webserver_playground_vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Webserver Playground with Vagrant

A simple playground to start with apache2, php8.2 and mysql8.2 in a VirtualBox environment.

Installations

You first have to install VirtualBox and Vagrant on your OS.

Run the server

Simple run vagrant up to spin up an apache2 webserver on localhost:8081.

Connecting to box

Run vagrant ssh to connect to the box.

MySQL

Run mysql -uadmin -padmin or mysql -utest -ptest.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published