[Rt-commit] r12339 - in rt/branches/3.8-TESTING: share/html/installation
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 15 07:24:46 EDT 2008
Author: sartak
Date: Thu May 15 07:24:45 2008
New Revision: 12339
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/installation/Finish.html
rt/branches/3.8-TESTING/share/html/installation/Initialize.html
Log:
r55886 at onn: sartak | 2008-05-15 07:21:01 -0400
More prose fixes.
Explain why chmod -w is a good idea
Modified: rt/branches/3.8-TESTING/share/html/installation/Finish.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/installation/Finish.html (original)
+++ rt/branches/3.8-TESTING/share/html/installation/Finish.html Thu May 15 07:24:45 2008
@@ -49,23 +49,24 @@
<div class="intro">
<p>
-Congratulations! You've done the config!
+Congratulations! You've completed the initial configuration of RT.
</p>
<p>
-Now restart, you'll get the new RT instance. :)
+Click "Begin RT Journey!" below to restart the web server. You should be taken directly to a login page. You'll be able to log in with a username of <tt>root</tt> and <tt>password</tt>.
</p>
<p>
-All the config stuff is stored in <% RT::Installer->ConfigFile %>, if you want to
-prevent it from being modified, `chmod -w <% RT::Installer->ConfigFile %>' will lock
-it as you want.
+The settings you've chosen are stored in <% RT::Installer->ConfigFile %>,
+should you need to refine your configuration further. Using
+`<tt>chmod -w '<% RT::Installer->ConfigFile %>'</tt>` will prevent this
+installation from being run again (in case your database server goes offline).
</p>
</div>
<form method="post">
<input type="hidden" value="1" name="Run" />
-<& /Elements/Submit, Label => 'Start RT Journey!' &>
+<& /Elements/Submit, Label => 'Begin RT Journey!' &>
</form>
</&>
Modified: rt/branches/3.8-TESTING/share/html/installation/Initialize.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/installation/Initialize.html (original)
+++ rt/branches/3.8-TESTING/share/html/installation/Initialize.html Thu May 15 07:24:45 2008
@@ -51,7 +51,7 @@
% unless ( @results ) {
<div>
-<&|/l&>This may take a few moments.</&>
+<&|/l&>Click "Initialize Database" to begin creating the database. This may take a few moments.</&>
</div>
% }
More information about the Rt-commit
mailing list