summaryrefslogtreecommitdiff
path: root/webapps/install/index.esp
diff options
context:
space:
mode:
Diffstat (limited to 'webapps/install/index.esp')
-rw-r--r--webapps/install/index.esp20
1 files changed, 20 insertions, 0 deletions
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");
+%>
+
+<h1>Installation</h1>
+
+Welcome to Samba4 installation. Before proceeding, you will need to
+know:
+
+<ul>
+<li>The domain name you will use
+<li>The realm name you will use
+</ul>
+
+After you have decided on those, choose the 'Provisioning' menu item
+on the left, and fill in the form.<p>
+
+<b>Warning!</b> When you provision, your existing user database is
+wiped and replaced with a new one.
+
+<% page_footer(); %>