From 2e7c59c24470766e37309c7a8bfa4c7b81c57614 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 3 Jan 2007 19:57:40 +0000 Subject: r20515: Continued work on the Web Application Framework. Until we get all of the functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4) --- webapps/install/index.esp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 webapps/install/index.esp (limited to 'webapps/install/index.esp') diff --git a/webapps/install/index.esp b/webapps/install/index.esp new file mode 100644 index 0000000000..5a73b7751f --- /dev/null +++ b/webapps/install/index.esp @@ -0,0 +1,20 @@ +<% page_header("columns", "Server Installation", "install"); +%> + +

Installation

+ +Welcome to Samba4 installation. Before proceeding, you will need to +know: + + + +After you have decided on those, choose the 'Provisioning' menu item +on the left, and fill in the form.

+ +Warning! When you provision, your existing user database is +wiped and replaced with a new one. + +<% page_footer(); %> -- cgit