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

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"
    • Enter "yes" to accept the public ssh key from github

Create a new NetBeans Project

  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.

Use IMBAgit.sh for uploading and downloading the source:

  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