sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.77k stars 1.58k forks source link

Questions about vagrant deployment #566

Open 1337sup3rh4x0r opened 9 years ago

1337sup3rh4x0r commented 9 years ago

Hi there, and thank you very much for sharing this project! I am looking for a good and easy way to run lets-chat on a windows machine in our office and figured vagrant would work fine. Getting it up and running was real easy, but I don't think I fully understand how this setup is meant to be maintained. Pausing the box via vagrant suspend and restarting it via vagrant up works fine. However after vagrant halt I can't seem to bring it back up without vagrant destroy, which of course resets everything. So is this vagrant deployment not meant for real use or should it just not be halted? What would be the recommended upgrade process for new lets-chat releases?

geoffwhittington commented 9 years ago

I wrote this vagrant file without a lot of experience actually using vagrant. If you believe there is something lacking please send us a pull request to fix :)

1337sup3rh4x0r commented 9 years ago

Challenge accepted!

I'll see what I can do :)