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:

  1. Cash and Log directories are not writable, even when folders have 777 rights.
  2. 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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -