Welcome to UAP Docs - Installation
Installation Instructions.
Install With Composer
Manual With Composer - Index.php in public folder (default-recommended):
- Download the Version of UAP4 (latest) from UAP Downloads.
- Navigate to your project in terminal and type composer install to initiate the installation.
- Edit public/.htaccess set the rewritebase if running on a sub folder otherwise a single / will do.
- Open your site and follow the Install script instructions.
- Once finished installing sign up for your site first! First User is Admin!
- Login and open the Admin Panel. Finish configuring your web site.
- Enjoy!
Install Without Composer
Manual No Composer - Index.php in public folder (default-recommended):
- Download the Full Version of UAP4 (latest) from UAP Downloads.
- Edit public/.htaccess set the rewritebase if running on a sub folder otherwise a single / will do.
- Open your site and follow the Install script instructions.
- Once finished installing sign up for your site first! First User is Admin!
- Login and open the Admin Panel. Finish configuring your web site.
- Enjoy!
Install With Composer and All Files in Public Folder
Manual With Composer - Files in document root:
- Place the contents of public into your public folder (.htaccess and index.php)
- Navigate to your project in terminal and type composer install to initiate the installation.
- Open Index.php and change the paths from /../ to /
define('APPDIR', realpath(__DIR__.'/app/').'/');
define('SYSTEMDIR', realpath(__DIR__.'/system/').'/');
define('PUBLICDIR', realpath(__DIR__).'/');
define('ROOTDIR', realpath(__DIR__).'/');
- Edit public/.htaccess set the rewritebase if running on a sub folder otherwise a single / will do.
- Open your site and follow the Install script instructions.
- Once finished installing sign up for your site first! First User is Admin!
- Login and open the Admin Panel. Finish configuring your web site.
- Enjoy!
- Can't find what your looking for? Please use
Forum.