Skip to content
oxivanisher edited this page Feb 28, 2011 · 45 revisions

Tools you need for developing under Windows:

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

  • 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"

IMBAgit.sh Manual:

  1. In Windows Explorer right click the "IMBAdmin" Folder and choose "Git Bash".
  2. Just start Tools/IMBAgit.sh

Old page for IMBAgit.sh

Clone this wiki locally