mirror of https://github.com/BOINC/boinc.git
15 lines
483 B
HTML
15 lines
483 B
HTML
<title>Project startup checklist</title>
|
|
<body bgcolor=ffffff>
|
|
<h3>Project startup checklist</h3>
|
|
<ul>
|
|
<li> Install auxiliary software (Apache, MySQL, PHP)
|
|
<li> Install BOINC software
|
|
<li> Develop an application
|
|
<li> Start the MySQL server
|
|
<li> Initialize the BOINC database
|
|
<li> Choose a master URL
|
|
<li> Put a page at the master URL pointing to the scheduling servers.
|
|
<li> Generate key pairs for code signing and upload authentication.
|
|
<li> Start the <b>feeder</b> program
|
|
</ul>
|