Changes between Version 14 and Version 15 of NewbieDeveloperSetup


Ignore:
Timestamp:
2013-09-02T19:44:31Z (11 years ago)
Author:
daira
Comment:

note Travis permission issue

Legend:

Unmodified
Added
Removed
Modified
  • NewbieDeveloperSetup

    v14 v15  
    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.
    1010
    11 The easiest workflow you can use is by working using Github'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.
     11The easiest workflow you can use is by working using Github'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, and if you're prepared to accept the [https://github.com/travis-ci/travis-ci/issues/1390 security issue of Travis needing write access], see [http://about.travis-ci.org/docs/user/getting-started/ these docs for how to set up Travis CI on your own GitHub forked repo]. This way, each commit you'll make, will have tests run on it.
    1212
    13131. 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.