GUI Installer

Install the Fuodz backend using GUI

Fuodz latest version comes with a GUI install. With the new installer UI, you can easily setup your admin end easily.

Here is how to use it

  • After uploading the foodie admin end and unzipping it on the server, then visit https://YOUR_SERVER_URL/install on your preferred browser.

  • You would be see a page similar to this

  • Click on the Check Requirements, you will be taken to the server requirements check page.

  • Click on the Check Permissions, you will be taken to the permission check page.

Note: Make sure the project has all the needed folder permission. Required folder permission is 775.

If you don't have the permission set, login to your cPanel account and run the following command to set the required permission.

Run this command to set the permission for storage and bootstrap folder

sudo chmod -R 775 storage
sudo chmod -R 775 bootstrap

You can also change the folders permission using the file explorer on your cpanel. here is a link to change folder permission on cpanel https://blog.cpanel.com/how-to-assign-permissions-to-files-and-folders-in-cpanel/

  • Click on the Configure Environment, you will be taken to the Environment settings page.

  • You can select your how you want to configure the .env file here.

There are two options:

  1. Form Wizard Setup

  2. Classic Text Editor: This option will show you the content of the .env file and allow you to manually edit the content like you would do on your computer text editor.

Using Form Wizard Setup

When using the form wizard setup, you would be shown a form with labelling, indicating the entry expected for each form input.

  • The first page is meant for app settings e.g app name, app environment (local, staging, dev, production) etc.

  • The next page is meant for database related

  • The last page is for application integration settings

After setting up the .env file either using the Classic text editor or Form Wizard, click on Install.

Then a page showing all the action performed and installation status will be shown.

Then your admin end is ready for use.

Last updated