Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miya0001/vagrant-concrete5

Vagrant for the Concrete5
https://github.com/miya0001/vagrant-concrete5

Last synced: 2 months ago
JSON representation

Vagrant for the Concrete5

Awesome Lists containing this project

README

        

# Vagrant + Concrete5

## Getting Started

1. Install VirtualBox.
* https://www.virtualbox.org/
2. Install Vagrant.
* http://www.vagrantup.com/
3. Chef Development Kit
* https://downloads.chef.io/chef-dk/mac/
4. Install the vagrant plugins.
* `vagrant plugin install vagrant-omnibus`
5. Clone the repository into a local directory.
* `git clone https://github.com/miya0001/vagrant-concrete5.git`
6. Change into a new directory.
* `cd vagrant-concrete5`
7. Install cookbooks.
* `berks vendor cookbooks`
8. Start a Vagrant environment.
* `vagrant up`
9. Visit http://192.168.33.35/

## Configuration

See attributes.
https://github.com/Launch-with-1-Click/concrete5

## Contributors

* [@miya0001](https://github.com/miya0001/)
* [@ixkaito](https://github.com/ixkaito)
* [@katzueno](https://github.com/katzueno)