From ff39b488db3fa2a57af8438f7b0e66f83e1230a0 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 13:28:22 -0500 Subject: Reorganized RA templates and scripts. The templates, JS, and CGI scripts for RA have been moved into the RA core package. Ticket #407 --- .../docroot/ra/admin/console/config/donepanel.vm | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 base/ra/apache/docroot/ra/admin/console/config/donepanel.vm (limited to 'base/ra/apache/docroot/ra/admin/console/config/donepanel.vm') diff --git a/base/ra/apache/docroot/ra/admin/console/config/donepanel.vm b/base/ra/apache/docroot/ra/admin/console/config/donepanel.vm new file mode 100644 index 000000000..86e4068ea --- /dev/null +++ b/base/ra/apache/docroot/ra/admin/console/config/donepanel.vm @@ -0,0 +1,42 @@ + + + + + + +#if ($errorString != "") + $errorString +#end +As 'root', restart the server on the command line by typing "$initCommand + restart $instanceID". After performing this restart, the server should become operational. +
+Please go to the services page to access all of the available interfaces. +
+
+To create additional instances, type "/usr/bin/pkicreate" on the command line. +
-- cgit