{"id":13725723,"url":"https://github.com/pyrocms/vagrant-pyrocms","last_synced_at":"2025-04-09T09:33:29.444Z","repository":{"id":3785583,"uuid":"4863460","full_name":"pyrocms/vagrant-pyrocms","owner":"pyrocms","description":"Configuration for vagrant and puppet systems, allowing you to build a PyroCMS-friendly environment in next to no-time.","archived":false,"fork":false,"pushed_at":"2013-12-28T18:27:58.000Z","size":246,"stargazers_count":43,"open_issues_count":2,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T04:50:54.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/pyrocms.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":"2012-07-02T18:45:24.000Z","updated_at":"2024-07-12T22:52:29.000Z","dependencies_parsed_at":"2022-08-26T07:40:09.905Z","dependency_job_id":null,"html_url":"https://github.com/pyrocms/vagrant-pyrocms","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/pyrocms%2Fvagrant-pyrocms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrocms%2Fvagrant-pyrocms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrocms%2Fvagrant-pyrocms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrocms%2Fvagrant-pyrocms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrocms","download_url":"https://codeload.github.com/pyrocms/vagrant-pyrocms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012868,"owners_count":21033256,"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-03T01:02:32.650Z","updated_at":"2025-04-09T09:33:29.141Z","avatar_url":"https://github.com/pyrocms.png","language":"Ruby","readme":"# PyroCMS Vagrant\n\nConfiguration for [vagrant](http://vagrantup.com/) and puppet systems, allowing you to build a PyroCMS-friendly environment in next to no-time. \nThat means that instead of needing to install XAMPP/WAMPP/MAMP, fight with the built in version of Apache on your Mac or configure some slow \nover-the-network VPS to run your code you can use our Vagrant / Puppy setup to run PyroCMS in its own little virtual box.\n\n## Tools\n\n### Vagrant\n\nCreate and configure lightweight, reproducible, and portable development environments. A command line wrapper for VirtualBox.\n\n### Puppet\n\nPuppet manages your servers: describe machine configurations in an easy-to-read declarative language, and Puppet will bring your systems into the desired state and keep them there.\n\n## Installation\n\nInstall [Vagrant](http://docs.vagrantup.com/v2/installation/index.html) (which requires [VirtualBox](https://www.virtualbox.org/wiki/Downloads)) then run the following commands:\n\n\t$ mkdir ~/vagrant\n\t$ git clone --recursive git://github.com/pyrocms/vagrant-pyrocms.git ~/vagrant/pyrocms\n\t$ cd ~/vagrant/pyrocms\n\t$ vagrant up \u003cbox\u003e\n\nThere are 6 available boxes:\n\n\t* mysql\n\t* sqlite\n\t* postgres\n\t* pro_mysql\n\t* pro_sqlite\n\t* pro_postgres\n\n**Note**: The boxes prefixed with `pro_` are Profesional only, which will be explained below.\n\nEach box has it's own local IP and its own virtual host set up, so you can set the following in \nyour `/etc/hosts` file:\n\n\t198.18.0.201 dev.pyrocms.mysql\n\t198.18.0.202 dev.pyrocms.sqlite\n\t198.18.0.203 dev.pyrocms.postgres\n\n\t198.18.0.211 dev.pyrocms-pro.mysql\n\t198.18.0.212 dev.pyrocms-pro.sqlite\n\t198.18.0.213 dev.pyrocms-pro.postgres\n\nThen simply browse to `http://dev.pyrocms.mysql/`. If you would like to only bring up one server then run:\n\n\tvagrant halt # takes down all servers\n\tvagrant up mysql # bring up just the one\n\nThis will hopefully give you a chance to play around with different systems other than just MySQL for a change.\n\n## Enable PyroCMS Professional\n\nTo use the PyroCMS Professional boxes you will need access to the Professional repo on GtHub. To do this \nsimply email [support@pyrocms.com](mailto:support@pyrocms.com) with your GitHub and PyroCMS.com usernames. \n\nWhen you have access, add PyroCMS Professional as a submodule:\n\n\t$ cd ~/vagrant/pyrocms\n\t$ git submodule add git@github.com:pyrocms/pyrocms-professional.git ./www/pyrocms-pro\n\nAlternatively you can paste your downloaded ZIP file contents into the `/vagrant/www/pyrocms-pro` folder.\n\n## Configuring Vagrant\n\nThere is a `Vagrantfile` included in the root of this repository with some default settings enabled.\n\n## Configuring Puppet\n\nThis repo includes a submodule which contains all of our [Puppet Manifests](https://github.com/pyrocms/puppet-pyrocms), with various modules for building general LAMP-ish stacks. We have a few PHP, Apache, Nginx, MySQL, Postgres and SQLite combinations and more will be made over time.\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrocms%2Fvagrant-pyrocms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrocms%2Fvagrant-pyrocms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrocms%2Fvagrant-pyrocms/lists"}