Installation using Servers Ultimate Pro | |
Servers Ultimate Pro is an App, which you can purchase at Googles PlayStore for a decent price. Thought it is not for free, it provides you with a vast amount of features and plenty of different server types. Servers Ultimate is a 14 day free trial, limited to PHP/Lighttpd and MySQL server. General information
Access the webservers root from the device's internal webbrowser(s):
How the App is structured?
Simple
Servers
Log
Information
Tools
Settings
Help
About
''Exit"
How to access the webserver from another computer via a LAN / WLAN or Hotspot of my phone ?
Open a browser on any computer which has access to the LAN / WLAN and type:
How to install my webapplication?
You have to create and to starttwo servers first:
A hint: did you ever have been thinking about an FTP server on your Android, or Email Server, SMB Server, Git Server etc. ... this App provides them all and plenty more. and that's why I say a price less than 10 € is absolutely reasonable. This is one of the few apps I use that is not FOSS. Webapplication The installation process is quite similar than on any Linux webserver - just some kind of easier (at least with Tiki, as no root access to the Android device is needed. Download your webapplication to your local computer and unpack. Get the external SDcard plugged into your computer or connect your Android device to the computer as hard drive. Create a folder in /storage/sdcard0 When you now access port :8082, you will mostlikely find some message of your webapplication or directly be connected to the installer.
If you have no shell on your Android device, you might have to fix the permissions manually (for Tiki not a big deal, if you have not to do this every day).
Otherwise you need a file manager which can alter permissions on your Android device - if the default file manager is not convenient, get another one for free for example in Googles PlayStore. Database Most webapplications need a database - we have a MySQL server on board now: Connect to phpMyAdmin and create a database (ex. 'mydb'), a database user (ex. 'mydbuser'), a password for the database user (ex. '12345difficult').
If you have an existing database (an exported dump) you also can import it into the freshly created database. Installer Now you can start your webapplications installer.
Optionally, if necessary for a reason, you could setup the local.php manually. The local.php for Tiki would look something like this: Copy to clipboard
That should be pretty much it. Have Fun.
|