Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ These instructions assume familiarity with Git and GitHub. If you are not comfor

After installing the required tools, you will need to ensure that your computer can find the executables to run them. For this, you might need to modify the PATH environment variable. A good overview is at [superuser.com](https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them). You may need to search the web for instructions on how to set the PATH variable for your specific operating system and version.

## Setting up your local machine
## Setting up your local machine.

* Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* Install [Vagrant](https://www.vagrantup.com/downloads.html)
* Install [Packer](https://www.packer.io/downloads.html)
* Fork this repo to your own account
* Clone the forked repo to your local machine using this command: `git clone http://github.com/<account-name>/devops-intro-project devops`, replacing `<account-name>` with your GitHub username.

## Part I: Building a box with Packer
## Part I: Building a box with Packer.1

From the packer-templates directory on your local machine:

Expand All @@ -38,7 +38,7 @@ Build 'virtualbox-iso' errored: ISO download failed.
* Run `vagrant ssh` to connect to the server


## Part II: Cloning, developing, and running the web application
## Part II: Cloning, developing, and running the web application.................................

* On your local machine go to the root directory of the cloned repository
* Run `git clone https://github.com/chef/devops-kungfu.git devops-kungfu`
Expand Down
6 changes: 3 additions & 3 deletions jenkins-config/config.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version='1.2' encoding='UTF-8'?>
<hudson>
<disabledAdministrativeMonitors/>
<version>1.0</version>
<numExecutors>2</numExecutors>
<mode>NORMAL</mode>
<useSecurity>true</useSecurity>
<useSecurity>false</useSecurity>
<authorizationStrategy class="hudson.security.FullControlOnceLoggedInAuthorizationStrategy"/>
<securityRealm class="hudson.security.HudsonPrivateSecurityRealm">
<disableSignup>true</disableSignup>
Expand Down Expand Up @@ -77,4 +77,4 @@
<label></label>
<nodeProperties/>
<globalNodeProperties/>
</hudson>
</hudson>
2 changes: 2 additions & 0 deletions trdt/1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

1.1