Thursday, May 29, 2008

commit previlages

Today I completed the process for getting the commit privileges. For this process I needed to create a public and private key pair and upload the public key to the Zope site. Creating private and public key pair is pretty simple, here it goes,

$ ssh -keygen -t dsa

This will create a public and private key pair and can be saves in specified path. You can change "dsa" to rsa if we want a RSA key. For further details.

Regrding the project I wrote some grammar rules and discuss with mentor. Google documents really helpful in exchanging content. I download the latest code and run the tests. So I was able to look in to the code how the grammar rules actually been implemented.

No comments: