From ecafc17c4a07c8b06bb9d40e0d5b76ec3ce86c93 Mon Sep 17 00:00:00 2001 From: Martin Brampton Date: Thu, 5 Mar 2015 05:44:45 +0000 Subject: [PATCH] Update bug database location; remove obsolete SETUP. --- README | 2 +- SETUP | 33 --------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 SETUP diff --git a/README b/README index d105075ae..8d3c08a13 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ issues and communicate with the MaxScale community. or use the [forum](http://groups.google.com/forum/#!forum/maxscale) interface Bugs can be reported in the MariaDB Corporation bugs database - [bug.mariadb.com](http://bugs.mariadb.com) + [https://mariadb.atlassian.net/secure/CreateIssue!default.jspa](https://mariadb.atlassian.net/secure/CreateIssue!default.jspa) under project MXS. \section Documentation diff --git a/SETUP b/SETUP deleted file mode 100644 index 4e51bef5d..000000000 --- a/SETUP +++ /dev/null @@ -1,33 +0,0 @@ -Installation and startup - -Untar the binary distribution in the desired location, -e.g. /usr/local/skysql - -Alternatively build from the source code using the instructions -in the README file and execute make install. - -Simply set the environment variable MAXSCALE_HOME to point to the -MaxScale directory, found inside the path into which the files have been copied, -e.g. MAXSCALE_HOME=/usr/local/skysql/maxscale - -Also you will need to optionaly set LD_LIBRARY_PATH to include the 'lib' folder, -found inside the path into which the files have been copied, -e.g. LD_LIBRARY_PATH=/usr/local/skysql/maxscale/lib - -To start MaxScale execute the command 'maxscale' from the bin folder, -e.g. /usr/local/skysql/maxscale/bin/maxscale or by using the -installed init.d script. - -Configuration - -You need to create and edit the file MaxScale.cnf in $MAXSCALE_HOME/etc. -You should define the set of server definitions you require, with the addresses -and ports of those servers. Also define the listening ports for your -various services. - -In order to view the internal activity of MaxScale you can telnet to -the port defined for the telnet listener. Initially you may login with -the user name of "admin" and the password "skysql". Once connected type -help for an overview of the commands and help for the more -detailed help on commands. Use the 'add user' command to add a new user -which will also remove the admin/skysql user.