BoonEx Home Trac
 
 

Things To Know Before Installation.

  • Access to your shell account using SSH client. Your account should have enough rights to install new applications and run them. Usually only superuser (root) has such rights. That's why many shared hosting companies cannot provide this which makes RMS installation on such servers impossible.
  • Make sure JRE (Java Runtime Environment) is installed on your server. If not, you should advise with your hosting provider support service or you can install it by yourself. You can download the distribution kit for JRE from the Sun company official site.
  • Make sure you are able to run the following commands under your shell account:
    	chmod
            chown
    	vi
            nano
            ps
    
  • Make sure you have set appropriate PHP settings in php.ini file for uploading files concerned with Ray Music Player. These settings are:
          post_max_size
          upload_max_filesize 
    

Optionally you should have set the values from 10Mb to 20Mb or more.

If you are sure about the above then the next step is RMS Installation.