diff --git a/checkin_notes b/checkin_notes
index fc06319316..5305c3c397 100755
--- a/checkin_notes
+++ b/checkin_notes
@@ -10119,3 +10119,9 @@ Rom Feb 23 2004
api/win/
stackwalker.cpp
+
+Karl 2004-02-23
+ - cookbook changes
+
+ doc/
+ project_cookbook.php
diff --git a/doc/project_cookbook.php b/doc/project_cookbook.php
index 6c35f50817..a31edb7b17 100644
--- a/doc/project_cookbook.php
+++ b/doc/project_cookbook.php
@@ -5,9 +5,7 @@ echo "
Make skeletal project
- Compile the BOINC software, say into HOME/boinc.
-
- Create a directory projects in your home directory
-
- cd into HOME/boinc/tools
-
- run make_project
+
- run HOME/boinc/tools/make_project
- paste text into httpd.conf
- insert cron job
- xadd project.xml
@@ -24,9 +22,8 @@ Visible result: the project web site is up.
(if you're in a hurry, use the test application).
- Copy the executable to HOME/projects/PROJECTNAME>/apps/APPNAME
- cd to HOME/projects/PROJECTNAME/bin
-
- run update_versions, type y or return.
-
- cd to HOME/projects/PROJECTNAME
-
- type bin/stop, then bin/start
+
- run ./update_versions, type y or return.
+
- run ./stop && ./start
Visible result: the web site's Applications page has an entry.
@@ -49,7 +46,7 @@ Visible result: 'status' shows everything running.
Test the system
-- Create a client directory, say HOME/boinc_client.
+
- Create a client directory (on the same computer or different computer), say HOME/boinc_client.
Copy the core client there.
- Using the web interface, create an account on the project.
- Run the core client;