{"id":13565222,"url":"https://github.com/MiniCodeMonkey/Vagrant-LAMP-Stack","last_synced_at":"2025-04-03T22:30:53.177Z","repository":{"id":7274673,"uuid":"8588336","full_name":"MiniCodeMonkey/Vagrant-LAMP-Stack","owner":"MiniCodeMonkey","description":"A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.","archived":false,"fork":false,"pushed_at":"2022-10-22T22:05:10.000Z","size":390,"stargazers_count":431,"open_issues_count":13,"forks_count":173,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-11-04T18:46:36.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/MiniCodeMonkey.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":"2013-03-05T20:26:35.000Z","updated_at":"2024-05-07T10:47:43.000Z","dependencies_parsed_at":"2023-01-11T18:45:22.777Z","dependency_job_id":null,"html_url":"https://github.com/MiniCodeMonkey/Vagrant-LAMP-Stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiniCodeMonkey%2FVagrant-LAMP-Stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiniCodeMonkey%2FVagrant-LAMP-Stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiniCodeMonkey%2FVagrant-LAMP-Stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiniCodeMonkey%2FVagrant-LAMP-Stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MiniCodeMonkey","download_url":"https://codeload.github.com/MiniCodeMonkey/Vagrant-LAMP-Stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247089917,"owners_count":20881881,"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":[],"created_at":"2024-08-01T13:01:42.780Z","updated_at":"2025-04-03T22:30:52.165Z","avatar_url":"https://github.com/MiniCodeMonkey.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Vagrant LAMP stack\nA dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install, using Chef Solo for provisioning.\n\nThe idea is for developers to fork this and add additional software and configuration that suits the needs of their project.\n\n## Requirements\n* [VirtualBox](https://www.virtualbox.org)\n* [Vagrant](http://vagrantup.com)\n* [Berkshelf](http://berkshelf.com)\n\t* `gem install berkshelf`\n* [vagrant-berkshelf](https://github.com/riotgames/vagrant-berkshelf)\n\t* `vagrant plugin install vagrant-berkshelf --plugin-version '\u003e= 2.0.1'`\n* [vagrant-hostmanager](https://github.com/smdahlen/vagrant-hostmanager)\n\t* `vagrant plugin install vagrant-hostmanager`\n* [vagrant-omnibus](https://github.com/schisamo/vagrant-omnibus)\n\t* `vagrant plugin install vagrant-omnibus`\n\n**Note:** Vagrant 1.0.x compatible stack [is also available](https://github.com/MiniCodeMonkey/Vagrant-LAMP-Stack/tree/Vagrant-1.0.x).\n\n## Installation\nClone this repository\n\n    $ git clone git@github.com:MiniCodeMonkey/Vagrant-LAMP-Stack.git\n\nPlace your website in the `public` folder\n\n## Usage\nStart the VM\n\n\t$ cd Vagrant-LAMP-Stack\n\t$ vagrant up\n\nYou can now access your project at [http://projectname.local](http://projectname.local)\n\n![Screenshot of up-and-running server](http://i.imgur.com/TP1i9Zd.png)\n\n### Database dump import\nChef will automatically try to import the database dump specified by the filename set in the `:db_dump` option of your Vagrantfile.\n\nIf you are using the default configuration, just create a `dump.sql` file in the root directory with your table structure and/or content and it will be imported automatically when you run `vagrant up`.\n\n## Installed software\n* Apache 2\n* MySQL\n* PHP 5.4 (with mysql, curl, mcrypt, memcached, gd)\n* memcached\n* postfix\n* vim, git, screen, curl, composer\n\n## Default credentials\n### MySQL\n* Username: root\n* Password: root\n* Host: localhost\n* Port: 3306\n\n**Note:** Remote MySQL access is enabled by default, so you can access the MySQL database using your favorite MySQL client with the above credentials (and using e.g. *projectname.local* as hostname).\n\n### Memcached\n* Port: 11211\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/MiniCodeMonkey/vagrant-lamp-stack/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMiniCodeMonkey%2FVagrant-LAMP-Stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMiniCodeMonkey%2FVagrant-LAMP-Stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMiniCodeMonkey%2FVagrant-LAMP-Stack/lists"}