[Rt-commit] r11765 - rt/branches/3.8-TESTING/html/installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Apr 17 08:44:44 EDT 2008


Author: sunnavy
Date: Thu Apr 17 08:44:44 2008
New Revision: 11765

Modified:
   rt/branches/3.8-TESTING/html/installation/Step3.html
   rt/branches/3.8-TESTING/html/installation/Step4.html
   rt/branches/3.8-TESTING/html/installation/index.html

Log:
more texts

Modified: rt/branches/3.8-TESTING/html/installation/Step3.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step3.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step3.html	Thu Apr 17 08:44:44 2008
@@ -55,7 +55,7 @@
 <form method="post">
 <table>
 % for ( @types ) {
-<tr title="<% $title{$_} %>">
+<tr title="<% $title{$_} |n%>">
 <td><% loc("$_:") %></td>
 <td>
 % if ( $_ eq 'TimeZone' ) {

Modified: rt/branches/3.8-TESTING/html/installation/Step4.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step4.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step4.html	Thu Apr 17 08:44:44 2008
@@ -51,10 +51,17 @@
     current_toptab => 'Install', Title => 'Step 4: Finish' &> 
 
 <div class="intro">
-congratulations! ...
-</div>
+<p>
+Congratulations! You've done the config, now you need to stop this temp
+RT instance, run `make initialize-database' in top dir, start RT again,
+then you'll get the new RT instance. :)
+</p>
 
-<div class="intro">
-how to lock config.
+<p>
+All the config stuff is stored in etc/RT_SiteConfig.pm, if you want to
+prevent it from being modified, `chmod -w etc/RT_SiteConfig.pm' will lock
+it as you want.
+</p>
 </div>
 
+

Modified: rt/branches/3.8-TESTING/html/installation/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/index.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/index.html	Thu Apr 17 08:44:44 2008
@@ -60,9 +60,6 @@
 It's used by Fortune 100 companies, government agencies, educational institutions, and development organizations worldwide.
 </p>
 
-</div>
-
-<div class="intro">
 <p>
 This install wizard will instruct you to config your RT!
 Click "Start Config" below to start!


More information about the Rt-commit mailing list