NottingHack / hms

Hackspace Management System
4 stars 7 forks source link

Vagrant #69

Closed daniel1111 closed 10 years ago

daniel1111 commented 10 years ago

I've added Kerberos support - that gets installed and configured when running 'vagrant up' for the first time. I think I'm done for now.

geeksareforlife commented 10 years ago

So how does that work when developing? On 22 Sep 2014 19:12, "D" notifications@github.com wrote:

I've added Kerberos support - that gets installed and configured when

running 'vagrant up' for the first time. I think I'm done for now.

You can merge this Pull Request by running

git pull https://github.com/NottingHack/hms vagrant

Or view, comment on, or merge it at:

https://github.com/NottingHack/hms/pull/69 Commit Summary

  • Add vagrantfile and some basic config
  • update so vagrant installs and configures Kerberos

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/NottingHack/hms/pull/69.

daniel1111 commented 10 years ago

The same as before, except it cares about what password you enter? It creates a default account with username=admin, password=admin (this is printed out and the end of the provisioning step)

Daniel

On 22/09/14 19:15, James Hayward wrote:

So how does that work when developing? On 22 Sep 2014 19:12, "D" notifications@github.com wrote:

I've added Kerberos support - that gets installed and configured when

running 'vagrant up' for the first time. I think I'm done for now.

You can merge this Pull Request by running

git pull https://github.com/NottingHack/hms vagrant

Or view, comment on, or merge it at:

https://github.com/NottingHack/hms/pull/69 Commit Summary

  • Add vagrantfile and some basic config
  • update so vagrant installs and configures Kerberos

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/NottingHack/hms/pull/69.

— Reply to this email directly or view it on GitHub https://github.com/NottingHack/hms/pull/69#issuecomment-56415504.

geeksareforlife commented 10 years ago

This pull request looks like it has automatically updated with the commits I did yesterday, so I'm going to merge it now.