Changes between Version 13 and Version 14 of NewbieDeveloperSetup
- Timestamp:
- 2013-09-02T16:39:59Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieDeveloperSetup
v13 v14 9 9 I 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 10 11 The easiest workflow you can use is by working using Gith Hub'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.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. 12 12 13 13 1. 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.