782 bytes added
, 07:13, 29 January 2019
[[Category:GSoC]]
== Contacts ==
The main entry point for the community is the <code>criu@openvz.org</code> mailing list. Also, the [[Google Summer of Code Ideas|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 [https://github.com/checkpoint-restore/criu]
# 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>
Here are links for further reading
* [[Installation]]
* [[CLI]]
* [[Simple loop]]
* [[ZDTM test suite]]
== Contributing ==
When a new patch is ready, it can be submitted for merging either [[How_to_submit_patches|via the CRIU mailing list]] (recommended) or via github PR.