OrderlyStats SE - Installation |
This page describes the installation process of OrderlyStats Core FREE INSTALLATION SUPPORT is available for OrderlyStats - so if you get stuck just give us a call or, write in .
Now you've got all the necessary pre-requisites, you can install the core application. First, stop Tomcat with: Next, download the OrderlyStats SE distribution from the download page - or the following code will save it to your home directory:
Now, unpack the distribution into Tomcat's webapps folder with
The above example assumes that you have saved the distribution to your home directory (~). If you have saved it to a different location, you will need to change the '~' in the last command to the full system path to the file. This will create a new folder called orderlystatsse in your Tomcat webapps folder. NOTE: Please do not rename the orderlystatsse folder. This will break your installation. It must be called orderlystatsse to work. NOTE: The use of symbolic links to move the NOTE: You should never have more than one instance of OrderlyStats in your Next we have to create the database OrderlyStats will use to store your call logs. The following instructions are for MySQL. You can also switch to instructions for PostgreSQL. To create the database:
HINT: If you get an "Access denied" message, then your MySQL installation is password protected. You will need to log in with: At the mysql command prompt, type
Then, to create a user for OrderlyStats:
NOTE:If you're running OrderlyStats SE on a different machine from MySQL, then you'll need to replace 'localhost' with 'orderlystats.ip.address' in the above command. When the database has been created type Now that the database is created, we need to create the tables in it for OrderlyStats to use. OrderlyStats SE comes with a script to do this - to run it type:
If you are asked for a password, it is orderlystats The last step is to install the JDBC drivers for your version of MySQL. You can get these at "http://dev.mysql.com/downloads/connector/j, or use this direct link (right-click to save). Once you've downloaded the Source+Binaries file and unzipped it, you'll find a pre-compiled binary jar in its top level directory. Copy it to Tomcat with: One last thing: If you are upgrading from HypersonicSQL (from the All-In-One installer) then you need to edit |
Start using OrderlyStats SE! |
That's it! To start using OrderlyStats SE, just start Tomcat with: /etc/init.d/orderlystatsse start
Then use your browser to visit http://my.ip.address:8080/orderlystatsse If all is well, you will see a Getting Started page where you can enter your account details. OrderlyStats will then help you connect to your Asterisk server, and self-configure automatically. HINT: If you don't see the expected Getting Started page, or if tomcat will not start, you can find out why by examining the log file at NOTE: OrderlyStats will automatically download an evaluation licence from our servers when you have finished the set-up process. You must allow traffic from your OrderlyStats server to qqq.orderlyq.com on port 80 for this to work. This means you'll need working DNS, or an entry in your /etc/hosts file. You can test the connection with: These last steps are fully described in the Users Manual, which you should look at next (Right-Click to save). If you are setting up a new Asterisk Call Centre, then you should also look at the Asterisk Queues Tutorial. We hope you enjoy using OrderlyStats! |