kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.72k stars 407 forks source link

Setup Vagrant #317

Closed cleblanc87 closed 9 years ago

cleblanc87 commented 10 years ago

http://www.vagrantup.com/

Vagrant provides an isolated development environment that is more similar to production, not to mention keeps your host clean and reduces friction for new developers!

mufid commented 9 years ago

Vagrant would make development environment setup easier. I wonder why this still PR still not accepted.

Edit: seems like you didn't include temporary folders into .gitignore.

desyncr commented 9 years ago

As @mufid said there is huge .vagrant folder that should be removed and added to .gitignore. I think that you only need Vagrantfile commited.

cleblanc87 commented 9 years ago

see the comments here https://github.com/kandanapp/kandan/pull/318 ... turns out there was https://github.com/kandanapp/kandan-dev-vm Closing this issue