install-4.tcl
Install from local filesystem
- Location:
- /packages/acs-admin/www/install/install-4.tcl
Related Files
[ hide source ] | [ make this the default ]
File Contents
ad_page_contract { Install from local filesystem } { {repository_url ""} {success_p:boolean,notnull 0} } if { $repository_url ne "" } { set parent_page_title "Install From OpenACS Repository" set parent_page_url [export_vars -base install {repository_url}] } else { set parent_page_title "Install From Local File System" set parent_page_url [export_vars -base install] } if { $success_p } { set page_title "Installation Complete" } else { set page_title "Installation Failed" } set context [list [list "." "Install Software"] [list $parent_page_url $parent_page_title] $page_title] # Local variables: # mode: tcl # tcl-indent-level: 4 # indent-tabs-mode: nil # End: