summarylogtreecommitdiffstats
path: root/wwwsqldesigner.install
diff options
context:
space:
mode:
authorOtto Sabart2015-06-30 09:55:38 +0000
committerOtto Sabart2015-06-30 09:55:38 +0000
commitbf203aa62dcf93ee3a8d00d63d12a4f3b5d4c94d (patch)
tree5570e252cc224605d359c6653ed2a071b97e90bd /wwwsqldesigner.install
downloadaur-bf203aa62dcf93ee3a8d00d63d12a4f3b5d4c94d.tar.gz
Initial import
Diffstat (limited to 'wwwsqldesigner.install')
-rw-r--r--wwwsqldesigner.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/wwwsqldesigner.install b/wwwsqldesigner.install
new file mode 100644
index 000000000000..29d535e54405
--- /dev/null
+++ b/wwwsqldesigner.install
@@ -0,0 +1,18 @@
+TEXT='
+If you want to access wwwsqldesign interface by your apache, run following command as root:\n
+echo "Include conf/extra/httpd-wwwsqldesigner.conf" >> /etc/httpd/conf/httpd.conf\n
+
+And restart your apache running "/etc/rc.d/httpd restart"\n\n
+
+After you can browse wwwsqldesigner on http://localhost/wwwsqldesigner\n';
+
+post_install() {
+
+ echo -e $TEXT;
+}
+
+
+post_upgrade() {
+
+ echo -e $TEXT;
+}