Best practices for sharing a symfony application between unix host and vagrant client vm -
I am using Waghat on my Ubuntu machine, to work on my Symphon 2 project, I have provisional There is a provision to use.
I have tried to find the best setup to share my code between the host and the client machine, but I am facing troubles:
- Cash and Log directories are not writable, even when folders have 777 rights.
- Loading the application via the browser is very slow.
I have previously solved the cache and log folder on / tmp / cache (log) because it is just my development environment
This host me and client machine Between the file asks you to set up file sharing properly, where you do not experience these extreme loading times.
Edit: I want to share the NFS folder and its content
Have you tried This generally increases the performance dramatically.
Comments
Post a Comment