Conversation
The README isn't totally clear about what is running on your local machine vs what is running on a docker instance. Adding some more documentation that will hopefully make that a bit more clear. As a little side edition this also pins the version of webpack being used to the ancient one that was initially used when the client was being built.
|
Should address #60 |
|
@kjschiroo can you try to over-clarify, especially on prerequisites and versions that may be in play? On a fresh Ubuntu VM, os x and an existing Ubuntu box I'm still having issues with these instructions. Admittedly I'm not familiar with Python projects, but I seem to be having more luck with virtual environments, etc. Please see https://gist.github.com/eebbesen/21141d8cc8f46171ab26a59797383d3d |
|
@eebbesen Before running |
|
@kjschiroo in addition to the local build issues with In particular I had to remove a line from urls.py... |
The README isn't totally clear about what is running on your local
machine vs what is running on a docker instance. Adding some more
documentation that will hopefully make that a bit more clear. As a
little side edition this also pins the version of webpack being used to
the ancient one that was initially used when the client was being built.