LaboratoryForPlayfulComputation / blockytalky

A toolkit for learning CS through networked physical computing
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

readme unclear #34

Closed bennytheshap closed 8 years ago

bennytheshap commented 8 years ago

Documentations says: Install brunch io and npm cd blockytalky rm -rf node_modules NOTE: for vagrant, you need to make a symlink to somewhere not shared so that the folder name being too long doesn't crash: mkdir ~/node_modules && ln -s ~/node_modules node_modules npm install sudo npm install -g brunch

Should this be done inside the VM or on the host system?

mpahrens commented 8 years ago

I have updated the readme to be a general landing page, but haven't pushed it to master yet. I would say, in the meantime, look at these instructions in the wiki and let me know if they make sense:

https://github.com/tufts-LPC/blockytalky_elixir/wiki/Getting-Started-for-Developers

Short answer though, if you are developing using the vagrant VM, then do those steps in the vm. if you are deving (e.g. running the webserver, building) in the host environment, then do those steps in the host environment. npm gets confused if you do both (at least for me with a windows host), so I suggest only picking one.

mpahrens commented 8 years ago

I think this is done for the particular issue, but we can open a new ticket with a new ask for changing the readme so that this old information doesn't confuse