Desktop support resume and portfolio website
|
|
1 月之前 | |
|---|---|---|
| provision | 1 月之前 | |
| public | 1 月之前 | |
| .gitignore | 1 月之前 | |
| README.md | 1 月之前 | |
| Vagrantfile | 1 月之前 |
A local Debian 13 (Trixie) LAMP development environment managed by Vagrant.
vagrant up
Open http://localhost:8080. The project is mounted at /vagrant in the VM and Apache serves public/, so edits made on the host appear immediately.
Connect to the VM with:
vagrant ssh
Re-run provisioning after changing provision/bootstrap.sh:
vagrant provision
Stop or remove the VM:
vagrant halt
vagrant destroy
| Setting | Value |
|---|---|
| Database | desktop_support |
| User | desktop_support |
| Password | development_only |
| VM host | localhost:3306 |
| Host connection | 127.0.0.1:33060 |
These credentials are for local development only. Do not reuse them in production.
Apache logs are stored in /var/log/apache2/desktop-support-*.log inside the VM.