Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.2. Installing Client Tools
2.2.1. Installing on Windows Link kopierenLink in die Zwischenablage kopiert!
- Windows 7
- Windows Vista
- Windows XP
- Windows 2000
2.2.1.1. Prerequisites Link kopierenLink in die Zwischenablage kopiert!
2.2.1.2. Installing Required Software Link kopierenLink in die Zwischenablage kopiert!
- RubyInstaller
Git: software version control system.
2.2.1.2.1. Installing RubyInstaller Link kopierenLink in die Zwischenablage kopiert!
- From rubyinstaller.org, download and save the latest RubyInstaller package for Windows to your desired directory.
Figure 2.1. Select RubyInstaller Package
- Double-click the executable RubyInstaller file downloaded in the previos step to launch the RubyInstaller installation wizard. Accept the Ruby License Agreement and click Next.
Figure 2.2. Accept License Agreement
- Select the Add Ruby executables to your PATH check box, and click Install to begin the installation.
Figure 2.3. Select PATH
- Click Finish when the install completes.
2.2.1.2.2. Installing Git Version Control Link kopierenLink in die Zwischenablage kopiert!
- From http://msysgit.github.com/, download and save the latest version of Git for Windows to your desired directory.
Figure 2.4. Select Git Package
- Double-click the executable Git file downloaded in the previous step to launch the Git installation wizard. Click Next until you are prompted to adjust the PATH environment.
Figure 2.5. Git Setup Wizard
- Select the Run Git and included UNIX tools from the Windows Command Prompt check box and click Next. This is so that you can use the default Windows command prompt for Git and SSH operations.
Figure 2.6. Select Git PATH
- Select the Checkout Windows-style, commit Unix-style line endings check box, and click Next.
Figure 2.7. Select Line Ending
- Click Finish when the install completes.
2.2.1.3. Installing Client Tools Link kopierenLink in die Zwischenablage kopiert!
RubyInstaller and Git have been successfully installed, use the following instructions to install the client tools.
- Open Windows Command Prompt.
- Click
Start, typecmdin the Start Search text box, and then clickcmd.
- Run the following command to install the client tools:
gem install rhc
$ gem install rhcCopy to Clipboard Copied! Toggle word wrap Toggle overflow When the installation completes, proceed to Section 2.3, “Configuring Client Tools” to configure the client tools using the interactive setup wizard.