Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miya0001/vagrant-concrete5
- Owner: miya0001
- Created: 2014-01-21T03:22:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T04:15:49.000Z (over 9 years ago)
- Last Synced: 2024-10-04T13:04:52.613Z (3 months ago)
- Language: Ruby
- Size: 236 KB
- Stars: 24
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)