GUI Installer

Install the Foodie admin end using GUI

Foodie 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

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

3. 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. Ru this command to set the permission for storage foldersudo chmod -R 775 storage then this command to set the permission for the bootstrap folder sudo chmod -R 775 bootstrap

4. 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 your the content of the .env file and allow you to manually edit the content like you would do on your company 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.

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

  2. The next page is meant for database related

  3. 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