-
Notifications
You must be signed in to change notification settings - Fork 0
Setup your Windows
oxivanisher edited this page Feb 28, 2011
·
6 revisions
- 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"
- -> Generate Key
- -> 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"
- Download and install NetBeans PHP from http://dlc.sun.com.edgesuite.net/netbeans/7.0/beta2/
- Download XAMPP from http://www.apachefriends.org/de/xampp-windows.html (Select Zip File)
- Extract XAMPP to your prefered working directory
- 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
- Open NetBeans
- File -> New Project -> PHP -> "PHP Application with Existing Sources" -> Next
- Browse to your "prefered_working_directory\xampp\htdocs\IMBAdmin" -> Finish.
- Open Tools -> Plugins
- Search for git
- Check the checkbox and klick "Install"
- Let NetBeans restart (Restart Netbeans IDE)