Ubuntu/Debian
Almost identical installation to a windows device although this focus more on CLI for linux machines.
Steps:
- Step 1 : Install NGINX/PHP/MySQL
- Step 2 : Download latest version
- Step 3 : Upload to FTP or transfer files to your public(www) folder.
- This will work inside any folder.
- Edit /cfg.php - needs to be edited to reflect the true root pathway.
$root_dir = "/var/www/html/.[FOLDER].";
- Edit /Connections/sql.php - needs to have the correct server ip, username and password including database.
- Load your path in a browser (example: http://192.168.0.100/folder)
You should automatically be redirected to the 'install' folder where it will run some testing.
- You might see some fails on this page. This is normal for the start of the setup. You may see a link directing you to 'Create DB'. If you do, follow this link to continue creating your database.
- Step 4 : Run configuration file.
- example: http://192.168.0.100/folder/install
also if you load your folder directory you should be taken to the install directory if the install folder exists.
- if your database is not configured you can use the wizard page to complete this.
example: http://192.168.0.100/folder/install/db_setup.php
This will also create your admin login account.
Windows
Almost identical installation to a windows device although this focus more on CLI for linux machines.
Steps:
- Step 1 : Install APACHE/PHP/MySQL
- Step 2 : Download latest version
- Step 3 : Upload to FTP or transfer files to your public(www) folder.
- This will work inside any folder.
- /cfg.php file needs to be edited to reflect the true root pathway.
$root_dir = "c:\httpdocs\website1\.[FOLDER].";
- Edit /Connections/sql.php - needs to have the correct server ip, username and password including database.
- Load your path in a browser (example: http://192.168.0.100/folder)
You should automatically be redirected to the 'install' folder where it will run some testing.
- You might see some fails on this page. This is normal for the start of the setup. You may see a link directing you to 'Create DB'. If you do, follow this link to continue creating your database.
- Step 4 : Run configuration file.
- example: http://192.168.0.100/folder/install
also if you load your folder directory you should be taken to the install directory if the install folder exists.
- if your database is not configured you can use the wizard page to complete this.
example: http://192.168.0.100/folder/install/db_setup.php
This will also create your admin login account.