Difference between revisions of "GSoC Students Recommendations"
m |
Prajwal S N (talk | contribs) m |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:GSoC]] | [[Category:GSoC]] | ||
| − | |||
This page provides some insights for potential Google Summer of Code (GSoC) contributors. By following these recommendations, students can increase their chances of success in the programme and gain valuable skills and experience in open-source development. | This page provides some insights for potential Google Summer of Code (GSoC) contributors. By following these recommendations, students can increase their chances of success in the programme and gain valuable skills and experience in open-source development. | ||
| Line 11: | Line 10: | ||
Starting playing with CRIU is as simple as: | Starting playing with CRIU is as simple as: | ||
| − | # Get the sources from [https://github.com/checkpoint-restore/criu] | + | # Get the sources from [https://github.com/checkpoint-restore/criu the GitHub repository] |
# Build them with <code>make</code> | # Build them with <code>make</code> | ||
# Do your first C/R by running a simple test with <code>zdtm.py run -t zdtm/static/env00</code> | # Do your first C/R by running a simple test with <code>zdtm.py run -t zdtm/static/env00</code> | ||
Latest revision as of 18:45, 10 March 2025
This page provides some insights for potential Google Summer of Code (GSoC) contributors. By following these recommendations, students can increase their chances of success in the programme and gain valuable skills and experience in open-source development.
ContactsEdit
The entry points for the community is the GitHub checkpoint-restore project, Gitter and criu@openvz.org mailing list. Also, the ideas page contains mentors' personal e-mails for each sub-project.
Getting StartedEdit
Starting playing with CRIU is as simple as:
- Get the sources from the GitHub repository
- Build them with
make - Do your first C/R by running a simple test with
zdtm.py run -t zdtm/static/env00
The links below include some additional resources that you may find helpful to explore further.
ContributingEdit
Once a new patch is prepared, it can be submitted for merging by creating a GitHub pull request.