Changes between Version 28 and Version 29 of MakeProject
- Timestamp:
- Aug 4, 2009, 4:05:01 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeProject
v28 v29 51 51 Options are as follows (normally you don't need to include any of them): 52 52 53 == Directory options == 53 == Directory options == #dirs 54 54 || --srcdir || The BOINC source directory. Default: . or .. || 55 55 || --project_root || Project root directory path. Default: `$HOME/projects/PROJECT_NAME` || … … 58 58 || --no_query || Accept all directories without yes/no query || 59 59 || --delete_prev_inst || Delete project-root first (from prev installation) || 60 == URL options == 60 == URL options == #url 61 61 || --html_user_url || Master URL (where clients attach, and the main website is). Default: `URL_BASE/PROJECT_NAME/` || 62 62 || --html_ops_url || Admin URL. Default: `URL_BASE/PROJECT_NAME_ops/` || 63 63 || --cgi_url || CGI URL. Default: `URL_BASE/PROJECT_cgi/` || 64 == Database options == 64 == Database options == #database 65 65 || --db_host || Database host. Default: none (this host) || 66 66 || --db_name || Database name. Default: `PROJECT_NAME` || … … 68 68 || --db_passwd || Database password. Default: None || 69 69 || --drop_db_first || Drop database first (from prev installation) || 70 == Miscellaneous options == 70 == Miscellaneous options == #misc 71 71 || --test_app || install test application || 72 72 || --web_only || Install only web features (for [BossaIntro Bossa], [BoltIntro Bolt]) ||