Open source refers to a philosophy and practice characterized by making the code available (in the context of software), but the term is also used more broadly to refer to similar free culture principles in other fields.

Objectives

Design of learning resource will support learners for the following objectives:

  • be able to access the application of open source software and identify requirements and constraints of applications,
  • assist learner in installation, maintenance and usage of open source software on different levels:
  • Open Source Operating Systems
  • Open Source Software
  • Open Source on Open Hardware
  • learn about challenges and workflows to migrate towards an Open Source infrastructure of multiple IT devices.
  • Calculate total cost of ownership


For more info, see open source (Wikipedia).

Learning Task

See also

Idea

Open source software development has begun a revolution. The three major characteristics are:

  • open source revision control/repository systems such as Git,
  • pair programming that starts with modifying examples,
  • Test driven development (TDD) which involves Unit Testing documented by DICE.

A majority of engineering projects involve software. Typically the next team finds it easier to start over rather than re-use software. This has to change. The above tools are designed to emphasize software documentation and creation that is rapidly evolving in the open software community.

The goal of this project is to develop introductory tutorials in each of the above topics, figure out how to integrate this within a general engineering introduction course, and how this is linked to wikiversity documentation.

Version Control Systems

A community of developers create bug fixes, improve the software and create new releases in a team. Explain the role of Version Control for the Open Source community.

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.