{"id":15026225,"url":"https://github.com/cdk-comp/vagrant-easyengine","last_synced_at":"2025-04-09T20:20:51.106Z","repository":{"id":139559108,"uuid":"140261567","full_name":"cdk-comp/vagrant-easyengine","owner":"cdk-comp","description":"VEE - Vagrant EasyEngine is boosted version with php7.1/php7.2, custom features and more","archived":false,"fork":false,"pushed_at":"2018-11-07T08:06:30.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T22:12:32.541Z","etag":null,"topics":["composer","easyengine","linux","parallels","php72","ubuntu1804","vagrant","virtualbox","wordmove","wordpress","wp","yml"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdk-comp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-09T09:18:54.000Z","updated_at":"2020-02-15T10:21:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"887dd3b3-a15b-486f-8dbb-8b88f5a949de","html_url":"https://github.com/cdk-comp/vagrant-easyengine","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/cdk-comp%2Fvagrant-easyengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk-comp%2Fvagrant-easyengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk-comp%2Fvagrant-easyengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk-comp%2Fvagrant-easyengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdk-comp","download_url":"https://codeload.github.com/cdk-comp/vagrant-easyengine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104103,"owners_count":21048282,"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":["composer","easyengine","linux","parallels","php72","ubuntu1804","vagrant","virtualbox","wordmove","wordpress","wp","yml"],"created_at":"2024-09-24T20:04:07.223Z","updated_at":"2025-04-09T20:20:51.073Z","avatar_url":"https://github.com/cdk-comp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Vagrant-EasyEngine Screenshot](https://user-images.githubusercontent.com/12497991/45975046-d39a8700-c04b-11e8-8ec4-1c6723645b26.jpg)\n\n**Version Beta** (24.09.2018)\n\nVagrant EasyEngine for modern WordPress development\n========================\n[EasyEngine](https://github.com/rtCamp/easyengine) - [Vagrant](https://vagrantup.com/) - [Parallels](https://www.parallels.com) - [VirtualBox](https://www.virtualbox.org)\n\nA lemp stack with EasyEngine, Ubuntu 16.04/18.04, vagrant, nginx, apache, php-5-7.2, php-fpm, mysql 5.7, git, composer, wordmove and more.\n\nInstall\n=======\n\n1. copy `vagrant-conf.yml.example` to `vagrant-conf.yml`\n ```bash\n $ mv vagrant-conf.yml.example vagrant-conf.yml\n ```\n - Change ip\n - Change max RAM memory\n - Change max CPU's\n - Change hostname/servername\n - Change provider\n - Change vagrant_email\n - Change vagrant_user\n - Change the ssh keys path\n - Change vm_box for your custom vagrant box\n - Set aliases\n2. choose your virtualization product\n - install virtualbox \u003e= 5.1.12 or parallels \u003e= 13 (Mac os only)\n3. install vagrant \u003e= 2.1.2\n4. install the necessary plugins for vagrant, if not yet happened\n ```bash\n $ vagrant plugin install vagrant-hostmanager\n $ vagrant plugin install vagrant-cachier\n $ vagrant plugin install vagrant-vbguest\n $ vagrant plugin install vagrant-winnfsd # only for Windows\n ```\n\n Hostmanager is needed to add/remove entries in your local /etc/hosts file. To support development domains\n Cachier is needed to prevent downloading rpm´s again. This is usefull during setting up a vm, when you have online internet  via cellphone like inside a train :-)\n\n If you're using parallels you also have to install the vagrant plugin\n ```bash\n $ vagrant plugin install vagrant-parallels\n ```\n\n4. start vagrant with virtual box\n ```bash\n $ vagrant up\n ```\n or with parallels\n ```bash\n $ vagrant up --provider=parallels\n ```\n\nConfig Option\n=============\n\nYou can setup dedicated virtual hosts, sync folders, VM hardware in\n\n```\nvagrant-conf.yml\n```\n\nCreate app on vagrant up/reload:\n\n```yaml\naliases:\n  - app.test # must be\n```\n\nCheck README_CONFIG.md for more information about app configuration and setup\n\nHow it works\n============\n\nif you call http://0.test it will search for a index.php inside the /var/www/0.test/htdocs folder. It is really easy to start with any application.\n\nSpecial\n=======\nSwitch to the `www-data` user\n\n```bash\n$ vagrant ssh\n$ sudo -s\n$ su www-data\n$ cd ~/APPNAME\n\n```\n\nor simple connect with ssh\n\n```bash\n$ ssh www-data@app.test\n\n```\n\nSwitch php7 to php72\n====================\n```bash\n$ vagrant ssh\n$ sudo ee site edit app.test\n```\n\nFind line with **7.conf** and change to **72.conf**\n\nold config\n```txt\ninclude common/php7.conf;\ninclude common/locations-php7.conf;\n```\n\nnew config\n```txt\ninclude common/php72.conf;\ninclude common/locations-php72.conf;\n```\n\nTODO\n==========\n- [ ] cdkrock autoinstall support\n- [ ] movefile auto init\n- [ ] PHP 7.1/7.2 auto config on install\n- [ ] Script for fast project init: repo creation, staging creation and more (runcloud api)\n- [ ] Remove all .git directories if exist key\n- [ ] Make new repo on vagrant_up\n\nChange Log\n==========\n\n\n## Credit to WPDistillery and EasyEngine\n\n[wpdistillery.org](https://wpdistillery.org)\n\n## What is WPDistillery?\nWP Distillery does all the work for you when setting up a new WordPress project with EasyEngine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdk-comp%2Fvagrant-easyengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdk-comp%2Fvagrant-easyengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdk-comp%2Fvagrant-easyengine/lists"}