Vagrant + Concrete5
Permalink 1 user found helpful
Realized that no one has mentioned this Vagrant file that one of Japanese user made yet in this forum..
We now have very useful vagrantfile to work on.
https://github.com/miya0001/vagrant-concrete5...
Cheers
We now have very useful vagrantfile to work on.
https://github.com/miya0001/vagrant-concrete5...
Cheers
I really like the setup... Thank you for putting it together.
I modified it a little bit for my own needs that puts all of the vagrant/chef files into a /vagrant directory. Then install everything on the same level as the /vagrant directory.
The only question that I have is, the setup continues to pull the concrete5 git repository, and I would prefer that it only grabs the /web directory within the repository. Do you know how I could set that up?
Also it installs everything in /var/www/concrete5 instead of /var/www. If I try to move the files after it is created, the server is no longer able to find any of my files and breaks. Any ideas on how I can tweak this option?
I modified it a little bit for my own needs that puts all of the vagrant/chef files into a /vagrant directory. Then install everything on the same level as the /vagrant directory.
The only question that I have is, the setup continues to pull the concrete5 git repository, and I would prefer that it only grabs the /web directory within the repository. Do you know how I could set that up?
Also it installs everything in /var/www/concrete5 instead of /var/www. If I try to move the files after it is created, the server is no longer able to find any of my files and breaks. Any ideas on how I can tweak this option?
https://github.com/miya0001/vagrant-concrete5...