Closed daniel1111 closed 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
- A Vagrantfile https://github.com/NottingHack/hms/pull/69/files#diff-0 (124)
- A vagrant_config/apache/default https://github.com/NottingHack/hms/pull/69/files#diff-1 (31)
- A vagrant_config/bootstrap.sh https://github.com/NottingHack/hms/pull/69/files#diff-2 (108)
- A vagrant_config/krb.php https://github.com/NottingHack/hms/pull/69/files#diff-3 (9)
- A vagrant_config/php-krb.patch https://github.com/NottingHack/hms/pull/69/files#diff-4 (19)
- A vagrant_config/setup.php https://github.com/NottingHack/hms/pull/69/files#diff-5 (53)
Patch Links:
— Reply to this email directly or view it on GitHub https://github.com/NottingHack/hms/pull/69.
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
- A Vagrantfile https://github.com/NottingHack/hms/pull/69/files#diff-0 (124)
- A vagrant_config/apache/default https://github.com/NottingHack/hms/pull/69/files#diff-1 (31)
- A vagrant_config/bootstrap.sh https://github.com/NottingHack/hms/pull/69/files#diff-2 (108)
- A vagrant_config/krb.php https://github.com/NottingHack/hms/pull/69/files#diff-3 (9)
- A vagrant_config/php-krb.patch https://github.com/NottingHack/hms/pull/69/files#diff-4 (19)
- A vagrant_config/setup.php https://github.com/NottingHack/hms/pull/69/files#diff-5 (53)
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.
This pull request looks like it has automatically updated with the commits I did yesterday, so I'm going to merge it now.
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.