Appearance
Installation
Server Requirements
- Apache server (for the htaccess rewrite rules to work)
- PHP 8.1 or higher
It is recommended to increase PHP's max_execution_time.
See how to: CPanel, Plesk, Others (Linux Servers).
Required PHP Modules
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- Filter PHP Extension
- Hash PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Session PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Extracting Files
Unzip the file you downloaded from Nanosia to any directory on your computer.
Connect to your hosting or server using cPanel, Plesk, or other control panels.
Open File Manager and navigate to the root folder of your domain. For example, it may be
public_html
in cPanel andhttpdocs
in Plesk.Upload the file
flexhd.zip
to the root folder of your domain.Extract the contents of the
flexhd.zip
file into the root folder.Open the
.env
file in the Flexhd root directory with a text editor and enter the relevant data.Example .env file:
APP_NAME=Nanosia // Your website's name. If there is spaces add it between ". "Nanosia com"*
APP_URL=https://nanosia.com // Your website's full url without "/" at the end. For example; https://nanosia.com*
ADMIN_PATH=admin // path for to admin panel. ex = doman.com/admin
ADMIN_USERNAME=admin // username for auth to admin panel
ADMIN_PASSWORD=password // password for auth to admin panel
APP_NAME=Nanosia // Your website's name. If there is spaces add it between ". "Nanosia com"*
APP_URL=https://nanosia.com // Your website's full url without "/" at the end. For example; https://nanosia.com*
ADMIN_PATH=admin // path for to admin panel. ex = doman.com/admin
ADMIN_USERNAME=admin // username for auth to admin panel
ADMIN_PASSWORD=password // password for auth to admin panel
- Save the
.env
file. - That’s all!
You are now ready to install the script.
File Permissions
- All folder permissions: 755
- All file permissions: 644
- .env file permissions: 640