Changes between Version 12 and Version 13 of NewbieDeveloperSetup


Ignore:
Timestamp:
2013-09-02T16:38:32Z (11 years ago)
Author:
amontero
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewbieDeveloperSetup

    v12 v13  
    88
    99I will use Eclipse IDE because of wide use and availability. But just because I'm used to it. You might have your preferred tools. I'm on Ubuntu.
     10
     11The easiest workflow you can use is by working using GithHub's [https://help.github.com/articles/using-pull-requests Pull Requests]. Tahoe-LAFS's code has automated test coverage and each PR you will send will be tested automatically. However, if you want tests to be run even before sending a PR, [http://about.travis-ci.org/docs/user/getting-started/ set up Travis CI on your own GitHub forked repo]. This way, each commit you'll make, will have tests run on it.
    1012
    11131. Set up your OS. (I tinker a lot with mine so I maybe miss some). You have to [http://python.org/download/ install python in your OS] for tahoe to run. Most Linux  distributions have it in their software repositories.