mirror of https://github.com/BOINC/boinc.git
41 lines
786 B
HTML
41 lines
786 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<title>Project Startup Checklist</title>
|
|
<meta name="generator" content="BBEdit 6.1.2">
|
|
</head>
|
|
<body>
|
|
<h3>Project Startup Checklist</h3>
|
|
<ul>
|
|
<li>
|
|
Install auxiliary software (Apache, MySQL, PHP)
|
|
</li>
|
|
<li>
|
|
Install BOINC software
|
|
</li>
|
|
<li>
|
|
Develop an application
|
|
</li>
|
|
<li>
|
|
Start the MySQL server
|
|
</li>
|
|
<li>
|
|
Initialize the BOINC database
|
|
</li>
|
|
<li>
|
|
Choose a master URL
|
|
</li>
|
|
<li>
|
|
Put a page at the master URL pointing to the scheduling servers.
|
|
</li>
|
|
<li>
|
|
Generate key pairs for code signing and upload authentication.
|
|
</li>
|
|
<li>
|
|
Start the <b>feeder</b> program
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|