Author: nextgens Date: 2008-07-22 22:27:02 +0000 (Tue, 22 Jul 2008) New Revision: 21324
Modified: trunk/apps/new_installer/res/INSTALL trunk/apps/new_installer/scripts/1run.sh Log: new_installer: address bug #2458 (put a script to remove the cronjob in the tarball) Modified: trunk/apps/new_installer/res/INSTALL =================================================================== --- trunk/apps/new_installer/res/INSTALL 2008-07-22 21:18:07 UTC (rev 21323) +++ trunk/apps/new_installer/res/INSTALL 2008-07-22 22:27:02 UTC (rev 21324) @@ -7,7 +7,7 @@ INSTALL: -No actual 'install' process is needed: you need a working Java, best would be the latest version of the 1.6 branch (For now freenet has a 1.4 strict compatibility policy but for performances reasons you might want a newer version). +No actual 'install' process is needed: you need a working Java, best would be the latest version of the 1.6 branch (For now freenet has a 1.5 strict compatibility policy but for performances reasons you might want a newer version). Basically, all you need to do is make a directoy for freenet, unpack the tarball into that directory, change the permissions so that you can read write and execute as user (non-root) and run the start script using the following command : @@ -18,3 +18,7 @@ Then, fire up your favorite web browser and point it to http://127.0.0.1:8888/wizard/ : if you get to a freenet page, your freenet node is up and running. AT THIS STAGE THE INSTALL PROCESS IS *DONE* + +#################################################################### + +Freenet will set up an automatic start of the node. If you would like to change this behaviour you can use the "remove_cronjob" script we provide. Keep in mind that it is necessary for Freenet to run as close to 24x7 as possible for it to achieve anything approaching reasonable performance. Modified: trunk/apps/new_installer/scripts/1run.sh =================================================================== --- trunk/apps/new_installer/scripts/1run.sh 2008-07-22 21:18:07 UTC (rev 21323) +++ trunk/apps/new_installer/scripts/1run.sh 2008-07-22 22:27:02 UTC (rev 21324) @@ -110,6 +110,8 @@ echo Installed cron job. fi fi +cat bin/remove_cronjob.sh | sed "s/8888/$FPROXY_PORT/g" > remove_cronjob.sh +mv remove_cronjob.sh bin/remove_cronjob.sh if test -s autostart.install then
