Changes between Version 11 and Version 12 of NewbieDeveloperSetup
- Timestamp:
- 2012-10-26T01:25:23Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieDeveloperSetup
v11 v12 11 11 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. 12 12 13 2. tahoe-lafs source code is hosted on darcs repositories (will [ticket:1644 move to git] at some point). Get darcs running in your machine. For Ubuntu just do this from a shell: sudo apt-get install darcs13 2. tahoe-lafs source code is hosted in git repositories [https://github.com/tahoe-lafs/tahoe-lafs/ on github]. Get git running in your machine. For Ubuntu just do this from a shell: sudo apt-get install git 14 14 15 15 3. Get the code from the main repo [wiki:Dev#SourceCodeviarevisioncontrol this way]