Software Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
* Essential Background Reading | * '''Essential Background Reading''' | ||
** [[Shared Public Directory Structure]] | ** [[Shared Public Directory Structure]] | ||
** [[Understanding File Permissions]] | ** [[Understanding File Permissions]] | ||
| Line 11: | Line 11: | ||
* Create a Linux Sandbox | * '''Create a Linux Sandbox''' | ||
** [[Get a Linux Account]] | ** [[Get a Linux Account]] | ||
** Set up Your Sandbox | ** Set up Your Sandbox | ||
| Line 18: | Line 18: | ||
* Software Development Tasks | * '''Software Development Tasks''' | ||
** Work on Existing Projects | ** Work on Existing Projects | ||
*** [[Check out projects|Check out and build existing projects]] | *** [[Check out projects|Check out and build existing projects]] | ||
| Line 29: | Line 29: | ||
* Advanced Topics | * '''Advanced Topics''' | ||
** [[Software tests|Create and automate software tests]] | ** [[Software tests|Create and automate software tests]] | ||
** [[Install 3rd party code|Install 3rd-party programs or libraries]] | ** [[Install 3rd party code|Install 3rd-party programs or libraries]] | ||
Revision as of 19:23, 4 May 2010
This page is under construction and is for review purposes only. Use the links on the main Wiki page.
- Essential Background Reading
- Create a Linux Sandbox
- Get a Linux Account
- Set up Your Sandbox
- Software Development Tasks
- Work on Existing Projects
- Add a project