Skip to content
oxivanisher edited this page Apr 13, 2011 · 6 revisions

Git

  • Download and install Git from http://code.google.com/p/msysgit/downloads/list (file: Git-?.?.?-preview????????.exe)
    • "Use git bash only"
    • "Check ou Windows syle, check in Unix style"
    • Open "Git GUI" -> Help -> Show SSH-Key
      • -> Generate Key
        • "Enter no passphrase"
    • -> Copy to Clipboard
    • Login to http://github.com and click on "Account Settings"
    • Open the "SSH Public Key" tab, add a new Key and paste your clipboard
      • "Enter Computer name as Title"

NetBeans

XAMPP

Get the Source for the first time

  • Follow the Instructions from http://help.github.com/git-email-settings/ to set your name and email
  • Go to your "prefered_working_directory\xampp" in Windows Explorer and do: Rightclick -> "Git Bash" on "htdocs"
  • Do a "git clone [email protected]:oxivanisher/IMBAdmin.git" in "Git Bash"
    • Enter "yes" to accept the public ssh key from github
  • Close the "Git Bash" windows by entering "exit" and press enter

Create a new NetBeans Project and install the Git Plugin

  1. Open NetBeans
  2. File -> New Project -> PHP -> "PHP Application with Existing Sources" -> Next
  3. Browse to your "prefered_working_directory\xampp\htdocs\IMBAdmin" -> Finish.
  4. Open Tools -> Plugins
  5. Search for git
  6. Check the checkbox and klick "Install"
  7. Let NetBeans restart (Restart Netbeans IDE)
Clone this wiki locally