|
|||||||||||
|
Getting Started -> Installing vspPanel As with most server / panel environments there are two (2) steps to installing the system. The first is to install the Asterisk PBX system, this is the underlying system which will handle your calls, codecs, transcoding and generally make your voice flow through the server. Step 1: Installing the Asterisk PBX to work with vspPanelThe following commands will download the latest Asterisk PBX version from the asterisk.org website. Please make sure in the "CD" commands that you replace the [WRITE VERSION HERE] with the version number thats downloaded. (The name of the directory it makes).
The second thing that needs to be done is to configure Asterisk for use with vspPanel. This is relatively easy and is done by downloading our pre-made configuration scripts and AGI's for the Asterisk PBX. Just type the commands below.
Asterisk should now be installed and ready for use on your system Finally, lets start our Asterisk server.
OR if that doesn't work
And your done with Asterisk, it should be up and running now. Step 2: Installing the vspPanel Web InterfaceInstalling VSPPanel is similar to installing most other scripts on the internet. Please make sure you have a system which meets the minimum requirements for VSPPanel. (Apache, PHP-Curl, PHP, PHP-Mcrypt, Mysql). If you are installing on a fresh Fedora based system use the following to install the required software:
After making sure your environment is correct you will need to upload the vspPanel package to your web directory. The most common web directory on a fresh installation is /var/www/html You can either upload using FTP or using a Web Get command. If you want to web get vspPanel simply enter the following commands:
Once the vspPanel installation file is in your web directory unzip it using the following command:
Now we need to set a few permissions to make sure everything is accessible. For more detailed permissions please see the FAQ and Forums.
Your going to need a mySQL user for your vspPanel installation. Lets create one now (assuming you have just installed mySQL server on a clean computer):
You should now be at the MySQL prompt. Enter in the following command, replacing 'mypassword' with the password you want to use for your SQL installation. (We'll keep it as mypassword for this install process, but DONT DO THAT if you want it to be secure).
You have just created a new MySQL user with username: vsppaneluser and password mypassword We now need to turn on our newly installed HTTPD (apache) server so we can continue the configuration of vspPanel in our browser, to do this type:
Now, open your web browser and go to: http://127.0.0.1/vsppanel/setup.php OR http://yourIPaddress/vsppanel/setup.php
|
|||||||||||
|