Complete the Mobile Administrator Installation
This step varies depending on whether you installed Mobile Administrator on a physical or virtual machine.
If you installed on a physical machine, go to the
Software AG_directory /MobileAdministrator directory and run the command
./install.sh as root. If the installation is successful, you will see the message
Notice: Finished catalog run in 2594.71 seconds, and the installed
Mobile Administrator will be available via HTTP or HTTPS at the IP address of the host machine. If an error occurs, you will see the complete error message.
If Mobile Administrator cannot connect to the Apache web server on ports 80 (HTTP) and 443 (HTTPS), make sure your firewall is configured correctly. If the host machine has SELinux enabled, go to the /var/www/appfresh/log directory and open the apache_error.log file. If you see error messages similar to (13)Permission denied: proxy: HTTP: attempt to connect to 127.0.0.1:5000 (localhost) failed, run the command below as root:
# setsebool -P httpd_can_network_connect 1
If you installed on a virtual machine, the
Mobile Administrator virtual installer is a Vagrantfile. The installer sets up a virtual machine with a Linux distribution and installs
Mobile Administrator. Go to the
Software AG_directory /MobileAdministrator directory and execute Vagrantfile by running the appropriate command below.
Distribution | Command |
Debian 6.0.7 | vagrant up standalone |
SuSE Enterprise Linux Server 11 | APPFRESH_LINUX=sles vagrant up standalone |
CentOS 6.5 | APPFRESH_LINUX=centos vagrant up standalone |
Distribution | Command |
If the installation is successful, you will see the message Notice: Finished catalog run in 2594.71 seconds, and the installed Mobile Administrator will be available at https://192.168.10.10. If an error occurs, you will see the complete error message.