From: Chad Myers <chad.my...@gmail.com>
Date: Tue, 12 Jan 2010 12:38:49 -0600
Local: Tues, Jan 12 2010 1:38 pm
Subject: Getting started with Git+FubuMVC on Windows
SETTING UP YOUR PRIVATE FORK (ONE TIME ONLY) 1.) First, create a Github account (www.github.com) if you don't have one 2.) Fork the FubuMVC repository via your web browser from here: NOTE the "Private" git address for this repo. It should be something like: SETTING UP YOUR LOCAL DEV ENVIRONMENT (ONE TIME ONLY) 1.) First, get Cygwin + Git (or you can use msysGit, but I did the Cygwin 2.) Open a cmd.exe and type "git". It should say something other than "git 3.) Set git with some global defaults: From a command-line, type: git config --global user.name "Your Name" 4.) Create your public/private keypair and associate it with your github http://help.github.com/msysgit-key-setup/ That link/guid is for msysgit, but the process is the same with Cygwin+Git. GETTING YOUR REPO (ONE TIME ONLY) 1.) Open a command-line and CD to your code folder (where you keep all your 2.) Remember your private git address for your repo/fork? You'll need that 3.) Type: git clone YourPrivateGitAddress It should now start pulling down your repo. It was most likely named 4.) CD to the fubumvc folder. Do a 'dir' and you should see things like 5.) Type "rake" and it should build and run all the tests. If Rake doesn't You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||