{"id":22954647,"url":"https://github.com/mkosir/vagrant-ubuntu-lamp-xdebug","last_synced_at":"2025-08-13T02:31:58.071Z","repository":{"id":49818052,"uuid":"114038959","full_name":"mkosir/vagrant-ubuntu-lamp-xdebug","owner":"mkosir","description":"Vagrant implementation of LAMP stack running on Ubuntu using PHP 7 and Xdebug with minimum dependencies installed.","archived":false,"fork":false,"pushed_at":"2018-04-09T07:42:35.000Z","size":36,"stargazers_count":9,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-07-30T19:23:57.636Z","etag":null,"topics":["lamp","php","shell","ubuntu","vagrant","xdebug"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkosir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-12T21:03:58.000Z","updated_at":"2022-07-26T22:53:59.000Z","dependencies_parsed_at":"2022-09-13T20:30:43.905Z","dependency_job_id":null,"html_url":"https://github.com/mkosir/vagrant-ubuntu-lamp-xdebug","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fvagrant-ubuntu-lamp-xdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fvagrant-ubuntu-lamp-xdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fvagrant-ubuntu-lamp-xdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fvagrant-ubuntu-lamp-xdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkosir","download_url":"https://codeload.github.com/mkosir/vagrant-ubuntu-lamp-xdebug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229724344,"owners_count":18114435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lamp","php","shell","ubuntu","vagrant","xdebug"],"created_at":"2024-12-14T16:19:02.876Z","updated_at":"2024-12-14T16:19:03.407Z","avatar_url":"https://github.com/mkosir.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Vagrant Box - Ubuntu-Lamp-Xdebug\nLAMP stack running on Ubuntu using PHP 7 and Xdebug. Keeping it lightweight with minimum dependencies installed.\n\n#### Stack\n* Ubuntu 16.04 64-bit\n* Apache 2.4.18\n* PHP 7.2.4\n* Xdebug 2.6.0\n* MariaDB 10.2.14 (optional MySQL 5.5)\n* Composer \u0026 npm (optional)\n\nAvailable releases - https://github.com/markokosir/vagrant-ubuntu-lamp-xdebug/releases\n\n#### Prerequisite\n* Vagrant \u003chttp://www.vagrantup.com\u003e\n* VirtualBox \u003chttp://www.virtualbox.org\u003e\n\nInstead of downloading project from github, just download vagrant box with current provisioning and create vagrant file by yourself. Vagrant box - [marko424/ubuntu-lamp-xdebug](https://app.vagrantup.com/marko424/boxes/ubuntu-lamp-xdebug)\n\n## Vagrant\n### Vagrant box up and running\n1. Clone or download project from github\n2. Update vagrant/provisioning file to your needs\n3. From the command-line:\n```\n$ cd ubuntu-lamp-xdebug\n$ vagrant up\n...\n$ vagrant ssh\n```\n\n### Connecting\n#### Apache\nThe Apache server is available on private network IP 192.168.33.10  \nThe web root is synced in the project directory at \"www/\".  \nEnabled mod_rewrite.\n\n#### PHP\nEnabled and configured additional PHP extensions: xdebug, PDO, xml, mbstring, zip.\n\n#### MariaDB\nMariaDB server is available at port 3306 as usual. Username: root Password: rootpass  \nInstead of MariaDB database install MySQL with uncommenting one line in provisioning file - bootstrap.sh:\n```\n...\n# Main function called at the very bottom of the file\nmain() {\n\tupdateConfig\n\taddLocales\n\tapacheConfig\n\tphpConfig\n\t#composerConfig\n\t#nodejsConfig\n\t#mysqlConfig\n\tmariaDBConfig\n\trestartServices\n\tcleanUp\n}\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkosir%2Fvagrant-ubuntu-lamp-xdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkosir%2Fvagrant-ubuntu-lamp-xdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkosir%2Fvagrant-ubuntu-lamp-xdebug/lists"}