Prepping ubuntu package for 4.1.2 release
[openemr.git] / contrib / util / ubuntu_package_scripts / production / templates
blobca7ab6fdce049e994a28a8c3a57f81154ccc635d
1 Template: openemr/mysql_p_install_1
2 Type: string
3 Description: MySQL Root Password:
4  If you enter the correct MySQL root password,
5  then OpenEMR will be installed and automatically
6  configured.
7  .
8  If you do not enter the correct MySQL root password,
9  then OpenEMR will be installed, but will not be
10  automatically configured.
11  .
12  You will be given 3 attempts to answer this question.
13  This is your first attempt.
15 Template: openemr/mysql_p_install_2
16 Type: string
17 Description: MySQL Root Password:
18  If you enter the correct MySQL root password,
19  then OpenEMR will be installed and automatically
20  configured.
21  .
22  If you do not enter the correct MySQL root password,
23  then OpenEMR will be installed, but will not be
24  automatically configured.
25  .
26  You will be given 3 attempts to answer this question.
27  This is your second attempt.
29 Template: openemr/mysql_p_install_3
30 Type: string
31 Description: MySQL Root Password:
32  If you enter the correct MySQL root password,
33  then OpenEMR will be installed and automatically
34  configured.
35  .
36  If you do not enter the correct MySQL root password,
37  then OpenEMR will be installed, but will not be
38  automatically configured.
39  .
40  You will be given 3 attempts to answer this question.
41  This is your last attempt.
43 Template: openemr/mysql_p_remove_1
44 Type: string
45 Description: MySQL Root Password:
46  In order to remove this package, you need to enter
47  the correct MySQL root password.
48  .
49  You will be given 3 attempts to answer this question.
50  This is your first attempt.
52 Template: openemr/mysql_p_remove_2
53 Type: string
54 Description: MySQL Root Password:
55  In order to remove this package, you need to enter
56  the correct MySQL root password.
57  .
58  You will be given 3 attempts to answer this question.
59  This is your second attempt.
61 Template: openemr/mysql_p_remove_3
62 Type: string
63 Description: MySQL Root Password:
64  In order to remove this package, you need to enter
65  the correct MySQL root password.
66  .
67  You will be given 3 attempts to answer this question.
68  This is your last attempt.
70 Template: openemr/upgrade_confirm
71 Type: select
72 Choices: yes, no
73 Description: Attempt OpenEMR Upgrade?
74  Found a version of OpenEMR at /var/www/openemr.
75  Do you want to attempt an upgrade (ensure you have
76  a backup before proceeding)?
78 Template: openemr/confirm_remove
79 Type: select
80 Choices: no, yes
81 Description: Confirm OpenEMR Removal?
82  Are you sure you really want to remove the OpenEMR package?
83  All OpenEMR data will be removed if you remove this package!
85 Template: openemr/upgrade_no
86 Type: note
87 Description: NOTICE
88  You have chosen to not install the OpenEMR package.
90 Template: openemr/no_configure_mysql_root
91 Type: note
92 Description: NOTICE
93  OpenEMR is going to be installed, however it will
94  not be automatically configured (because you did not
95  provide the MySQL root password).
97 Template: openemr/no_configure_mysql_database
98 Type: note
99 Description: NOTICE
100  OpenEMR is going to be installed, however it will
101  not be automatically configured (because a openemr
102  MySQL database already exists).
104 Template: openemr/no_configure_mysql_user
105 Type: note
106 Description: NOTICE
107  OpenEMR is going to be installed, however it will
108  not be automatically configured (because a openemr
109  MySQL user already exists).
111 Template: openemr/apache_configure
112 Type: note
113 Description: NOTICE
114  Entries have been added to your apache configuration
115  to secure directories with patient information. Placed
116  backup of your original apache configuration file to
117  /etc/apache2/httpd.conf.BAK .
119 Template: openemr/php_configure
120 Type: note
121 Description: NOTICE
122  To ensure compatibility with php, settings have been
123  modified in your php configuration file, and a backup
124  of your original php configuration file has been placed
125  at /etc/php5/apache2/php.ini.BAK . For more information
126  on the php settings that have been modified, please see
127  the log file for more information after the installation
128  is complete, /var/log/openemr/install .
130 Template: openemr/success_install
131 Type: note
132 Description: CONGRATULATIONS
133  OpenEMR has been successfully installed.
135  You can now set up OpenEMR by browsing
136  to: http://localhost/openemr
138 Template: openemr/success_install_config
139 Type: note
140 Description: CONGRATULATIONS
141  OpenEMR has been successfully installed and configured.
143  You can now use OpenEMR by browsing
144  to: http://localhost/openemr
146  (user is 'admin' and password is 'pass')
148 Template: openemr/success_upgrade
149 Type: note
150 Description: CONGRATULATIONS
151  OpenEMR has been successfully upgraded.
153  Recommend setting optional configuration settings in
154  /var/www/openemr/sites/<sitename>/config.php  (We have
155  renamed your old configuration file to config.OLD)
156  (We recommend you delete the config.OLD file when done)
158  We have placed backup of your old OpenEMR in
159  /tmp/openemr-tmp/ (We recommend you copy this
160  somewhere protected since it contains confidential
161  patient information)
163 Template: openemr/unable_remove
164 Type: error
165 Description: ERROR
166  Unable to remove the openemr package, because
167  you did not provide the correct MySQL root password.
169  Ensure you know the MySQL root password before
170  attempting to remove this package in the future.
172 Template: openemr/www_path_already_exists
173 Type: error
174 Description: ERROR
175  Unable to install the openemr package, because
176  an instance of OpenEMR already exist at /var/www/openemr.
178 Template: openemr/upgrade_not_supported
179 Type: error
180 Description: ERROR
181  This package does not support upgrading your
182  current version of OpenEMR.
184 Template: openemr/upgrade_not_installed
185 Type: error
186 Description: ERROR
187  This package can not upgrade OpenEMR, because
188  OpenEMR is not installed at /var/www/openemr
190 Template: openemr/upgrade_not_database
191 Type: error
192 Description: ERROR
193  This package can not upgrade OpenEMR, because
194  unable to confirm presence of a mysql credentials
195  and/or database.