Skip to content

Commit cf3242a

Browse files
committed
Merge pull request #374 from opdemand/localdev-docs
Local Development instructions using Vagrant
2 parents 575c707 + 0e77c57 commit cf3242a

16 files changed

Lines changed: 288 additions & 919 deletions

File tree

contrib/vagrant/chef-server/Vagrantfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ Vagrant.configure("2") do |config|
1111
# canonical address. Another way of changing the API's hostname is through
1212
# chef-server.rb - http://docs.opscode.com/config_rb_chef_server.html
1313
config.vm.host_name = "chefserver.local"
14-
15-
# Create a public network, which generally matched to bridged network.
16-
# Bridged networks make the machine appear as another physical device on
17-
# your network. IP will be fetched via DCHP and associated to 'chefserver.local'
18-
# using avahi-daemon
19-
config.vm.network :public_network
14+
15+
# IP will be associated to 'chefserver.local' using avahi-daemon
16+
config.vm.network :private_network, ip: "192.168.61.99"
2017

2118
# Chef Server requires at least 1G of RAM to install.
2219
# You may be able to run it with less once it's installed.

docs/components/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ The controller stack includes:
3131
* Gitosis to handle access control for Git Push over SSH
3232
* Docker and Buildstep to process Heroku Buildpacks
3333

34-
Follow the :ref:`Installation` process to setup your own private
34+
Follow the :ref:`Operations Guide <operations>` to setup your own private
3535
Deis controller.

docs/contributing/devsetup.rst

Lines changed: 0 additions & 221 deletions
This file was deleted.

docs/contributing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contributing
1212
:maxdepth: 1
1313

1414
overview
15-
devsetup
15+
localdev
1616
standards
1717
community
1818
conduct

0 commit comments

Comments
 (0)