|
5.x-Nano: Introduction | Cron | DtDNS | Database Backup | msmtp
|
|
| Uniform Server 5.2-Nano. PHP 5.2.11 Uniform Server 5.3-Nano. PHP 5.3.0 Uniform Server 5.4-Nano. PHP 5.3.1 Uniform Server 5.5-Nano. PHP 5.3.1 Uniform Server 5.6.x-Nano. PHP 5.3.2 |
This is a supplementary section to the 5-Nano series. It contains new material corresponding to parts that have been redesigned, updated or are new additions.
Various plugins are available for 5-Nano series. Check the following page for version compatibility
|
For reference, here are the current Uniform Server 5-Nano releases and their main components.
|
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
Note: 5.6.2-Nano was a security update (bug fix)
The following provides a quick overview of 5-Nano's main server areas.
|
A) Top-Level
C) CGI Scripts
D) Secure Web Root Folder
F) Server programs
H) Web Root Folder
|
B) Alternative control:
E) UniServer control scripts
G) Local Folder
|
Download Uniform Server 5.*-Nano from Sourceforge and choose either UniServer5_*.exe or UniServer5_*.zip
There are currently seven versions, with the main difference being the version of PHP:
Subnumber versions of 5.6 (5.6.1-5.6.7) are Top
|
Install and run:
Note 1: When the servers are run or stopped you will be challenged by your firewall. Always ALLOW ACCESS to the Internet, even when running the servers locally for development. Note 2: The Web root folder H) UniServer\www contains example pages (intro page). With the exception of file .htaccess, delete its content and copy your web site (folders and pages) to this folder. To view your web site, run the servers and type http://localhost into your browser. Note 3: The server is fully portable. For example, copy folder UniServer A) and all its content to a USB stick and run the servers from there. Note 4: Run as a service: At step 5, right click and use the top menu to install and run as a service. Use the second menu item to stop and uninstall services. |
At first sight both menus give the impression Uniform Server is complex to run. However the majority of menu items are for convenience, allowing you to select and run additional features should you want to use them.
The first two menu items control both servers; that’s all you need to start and stop the servers.
The third menu item, allowing you to control individual servers, offers finer control.
| LEFT MENU Run servers as a standard program | COMMENT Quick Start guide | RIGHT MENU Run servers as a service |
|
Run Servers as standard Program
Note: Double click on tray icon to open Apanel in default browser. |
Server Status provides a mixed bag of information:
Several scripts have been redesigned. The reason for this was to separate out configuration from the actual script, making it a little more user friendly.
None of the scripts are written in stone, hence you may change them to suite your own requirements. To point you in the right direction I have included some design notes:
| Portable Cron | --- What makes Cron tick (pun intended). Emphasis of the design was for portable use (USB memory stick) |
| My Ini Files | --- Passing .ini files is easy, however to update them requires a small additional function. |
Changes are transparent, however some configuration is required.
Next page covers Cron configuration