Difference between revisions of "GSoC Students Recommendations"
Jump to navigation
Jump to search
m (→Contributing) |
Ptikhomirov (talk | contribs) |
||
Line 11: | Line 11: | ||
# Get the sources from [https://github.com/checkpoint-restore/criu] | # Get the sources from [https://github.com/checkpoint-restore/criu] | ||
# 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 static/env00</code> | + | # Do your first C/R by running a simple test with <code>zdtm.py run -t zdtm/static/env00</code> |
Here are links for further reading | Here are links for further reading |
Revision as of 21:28, 23 May 2022
Contacts
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.
Takeoff
Starting playing with CRIU is as simple as one, two, three:
- Get the sources from [1]
- Build them with
make
- Do your first C/R by running a simple test with
zdtm.py run -t zdtm/static/env00
Here are links for further reading
Contributing
When a new patch is ready, it can be submitted for merging either via the CRIU mailing list or via GitHub PR.