mirror of https://github.com/BOINC/boinc.git
Task# 1071. installation script - better default daemons. My first completed TASK
svn path=/trunk/boinc/; revision=4119
This commit is contained in:
parent
4b1085663d
commit
94942e8110
|
@ -217,11 +217,13 @@ project = Project(project_shortname, project_longname,
|
|||
|
||||
project.install_project()
|
||||
|
||||
# project.sched_install('feeder')
|
||||
# project.sched_install('transitioner')
|
||||
project.sched_install('feeder')
|
||||
project.sched_install('transitioner')
|
||||
# project.sched_install('validate_test')
|
||||
# project.sched_install('assimilator')
|
||||
# project.sched_install('file_deleter')
|
||||
project.sched_install('file_deleter')
|
||||
|
||||
print '''Done installing default daemons.'''
|
||||
|
||||
httpd_conf_template_filename = os.path.join(options.project_root,
|
||||
project_shortname+'.httpd.conf')
|
||||
|
@ -279,6 +281,9 @@ To start, show status, stop BOINC daemons run:
|
|||
Master URL: %(html_user_url)s
|
||||
Administration URL: %(html_ops_url)s
|
||||
|
||||
3. Add Work Generator, Validator and Assimilator daemons for your applications
|
||||
|
||||
|
||||
Further steps are necessary to add applications and work.
|
||||
See the online documentation at http://boinc.berkeley.edu/
|
||||
|
||||
|
|
Loading…
Reference in New Issue