Installation
Installation process is very easy now!
- just download the provided ZIP archive
- unzip it to the folder you will run Ringtone Creator Server from
- run the provided platform-dependent script
- specify your user name and password
- go to the bar and have a few drinks :)
- start using Ringtone Creator Server
Unwiredtec's smart
AutoInstaller will install everything for you.
Installation steps
- The distributed ZIP archive has all necessary installation resources, so you have to unzip it to specific folder where Ringtone Creator Server application
will reside;
- Run the platform-dependent script (install.sh for UNIX-like OS or install.bat for Windows);
- This will run the installation process; please specify your username and password for authentication;
- The Autoinstaller will download all required resources and install them on your server. Installation time depends on your bandwith.
Ringtone Creator Server is ready to use after the script completes the installation.
If you have some installation errors please
- check your Internet connection
- check your username and password
- send us your installation log install-log, it can be found there: in installation directory1 where you've run the platform-dependent script
Running Ringtone Creator Server
- To start up Ringtone Creator Server application just run platform-dependent script from /bin subdirectory of the installation directory1 (use startup.sh for UNIX-like OS or startup.bat for Windows OS)2. Now Ringtone Creator Server application is ready to work.
- To shut down Ringtone Creator Server application just run the platform-dependent script from /bin subdirectory of the installation directory1 (use shutdown.sh for UNIX-like OS or shutdown.bat for Windows OS)
- You can use the following sample URL to work with Ringtone Creator Server application:
- All Ringtone Creator Server application logs can be found there: /logs
Updating Ringtone Creator Server
Now you don't have to ask us to put the latest version of Ringtone Creator Server for download: just repeat steps from the
Installation steps section starting from
step 2.
AutoInstaller backs up the existing application before each update, so you can find Ringtone Creator Server application backups here if you have some problems with updated version:
/backups
1 Installation directory is the directory where you've unzipped the installation package
2 You can specify two ports on which Ringtone Creator Server application will work, just specify two parameters for script, it may be very useful if default ports 8080 and 8009 are occupied by other web server (for example, Tomcat).
Parameters purpose:
- first parameter specifies port where web server works
- second parameter specifies AJP connector port for connection with Apache
Examples:
- startup.sh 8090 8010
- startup.bat 8091 8011