ElysiaObjectHost

From Sirikata Wiki
Revision as of 05:18, 25 June 2010 by Danielrh (talk | contribs) (New page: To get the Elysia object host building you need the following items 1) Download and install msysgit http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.0.2-preview20100309.exe&...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To get the Elysia object host building you need the following items

1) Download and install msysgit http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.0.2-preview20100309.exe&can=2&q=

2) For the first question, select the middle option "Run git from windows command line"

3) For the second question about CRLF keep the top (default) option (convert to unix linefeeds when committing)

4) Go to the start menu, Program Files, Git and select "Git bash"

5) in the bash prompt type ssh-keygen

hit enter through every option (don't bother with a password, the consequence is that someone could commit code to github if your laptop were stolen)

6) find c:\Documents and Settings\yourusername\.ssh\id_rsa.pub or in Vista/Windows 7 it may be c:\Users\yourusername\.ssh\id_rsa.pub and open it up in a text editor

7) Make a new account at http://github.com

8) browse to http://github.com/elysia/elysia and click fork in the top right

9) go to account settings, and add a public key-- copy and paste the text from id_rsa.pub into github interface

10) Download and install tortoisegit http://code.google.com/p/tortoisegit/

Make sure to select using openssh.exe instead of putty and tell it the path to msysgit at c:\Program Files\git\bin\

11)