Difference between revisions of "GSoC Students Recommendations"

From CRIU
Jump to navigation Jump to search
(Created page with "Category:GSoC == Contacts == The main entry point for the community is the <code>criu@openvz.org</code> mailing list. Also, the ideas pag...")
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
== Contacts ==
 
== 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.
+
The entry points for the community is the [https://github.com/checkpoint-restore GitHub checkpoint-restore project], [https://gitter.im/save-restore/CRIU Gitter] and <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 ==
 
== Takeoff ==
Line 22: Line 22:
 
== Contributing ==
 
== 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.
+
When a new patch is ready, it can be submitted for merging either [[How_to_submit_patches|via the CRIU mailing list]] or via GitHub PR.

Revision as of 15:33, 29 February 2020


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:

  1. Get the sources from [1]
  2. Build them with make
  3. Do your first C/R by running a simple test with zdtm.py run -t 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.