#Develop With Passion® - .Net Developer BootCamp Setup
#Required Setup
The following is the setup that you will need to perform to configure all necessary prerequisites to be able to enjoy the week. If you have any questions, please do not hesitate to ask!!
##Make sure that you have configured windows to show all hidden files and folders
##Configure Powershell
- Make sure you are running Powershell 2.0.
- Open up a powershell prompt
- Type in $hostname.version
- You should see a Major version of 2 like the following screenshot:
- Enable execution of local scripts
- Open up a powershell prompt
- Type in the following command: set-executionpolicy RemoteSigned
- At the prompt that follows, make sure you type in a capital Y as in the following screenshot:
##Get setup at Github
- Sign up for a free account at github.com. My recommendation is to use an all lowercase username.
##Install Ruby
- Install the latest version of Ruby from here
- Make sure you select the following options:
- Add Ruby Executables to your path
- Associate .rb and .rbw files with this Ruby installation
- Once the install has completed, verify your installation by opening up a command prompt and typing in: ruby -v. You should see:
- ruby 1.9.2p180 (2011-02-18) [i386-mingw32]
##Install Git for windows
- Install the 1.7.4 version of git for windows from here
- Configure according to the following screenshots:
##Setup your git ssh authentication key
- Open up a git bash prompt
- Enter the following command:
ssh-keygen -t rsa -C your_email_address
Accept the defaults for the remaining prompts (leave the passphrase blank). - Navigate to the folder where your ssh key was created (by default your profile folder C:\Users\your_user_name)
- Open the file id_rsa.pub and copy the contents to the clipboard.
- Login to your account at github.
- Navigate to your ssh settings
- Click on the link: Add Another Public Key:
- Give your key a title and paste the public key that is in your clipboard from step 4 into the Key text entry:
##Verify that your git ssh authentication works
-
Open up a git bash prompt
-
Enter the following command: ssh -v [email protected]
-
You may be prompted to cache the server identity (type yes)
-
If you have setup your ssh settings correctly the bottom part of the command output should look similar to the following:
##Update git configuration details
- To ensure that you have settings that will work in the most optimal way for the class, I recommend downloading the following file. Edit the file to make the necessary changes for your name and email address. Once you have changed the username and email address, copy the file to your home folder.
##Fork the project repositories for the week
- Login to your account at github
- Search for the username dwpdaxko (ignore the name used in the screenshot):
- Click on the dwpdaxko user (ignore the name used in the screenshot)
- Click on the prep repository (ignore the name of the repository in the screenshot):
- Click on the fork button to create your own copy of this repository
- Repeat steps 2-5 for the app repository.
- Create a folder named course (keep it all lowercase) at the root of your C: drive.
- Open up a git bash prompt and navigate to your course folder.
- Issue the following command from inside the course folder:
-
git clone [email protected]:[your github user name]/prep.git prep
Assuming your github username is jp the command would look as follows:
git clone [email protected]:jp/prep.git prep
- Issue the following command from inside the course folder:
-
git clone [email protected]:[your github user name]/app.git app
Assuming your github username is jp the command would look as follows:
git clone [email protected]:jp/app.git app
- Once you have completed steps 3 and 4 your course folder should look as follows:
##Clone the supplemental setup repository
- Open up a git bash prompt and navigate to your course folder.
- Issue the following command:
git clone git://github.com/dwpdaxko/setup.git setup - After the clone is complete your course directory should look as follows:
#Strongly Recommended Optional Setup
##Install TestDriven .Net
- Download and install the latest student version of TestDriven.Net
##Resharper
- Download and install the latest version of ReSharper
- Start visual studio at least once after installing R# so that the necessary configuration files are created.
- Navigate to the following folder:
- C:/course/setup/dev_tools/resharper/
##Autohotkey
- Download and install the latest version of Autohotkey