βοΈInstallation - Shared Hosting
Learn how to install FoodMonkey on a Shared Hosting
Last updated
Learn how to install FoodMonkey on a Shared Hosting
Last updated
FoodMonkey is a self-hosted web application written in PHP on top of the Laravel 10.0 framework. To install FoodMonkey, you'll need the following prerequisites:
PHP Version: 7.4 or 8.0
MySQL Version: >= 5.x
Application server: Apache, Nginx
Important The script can't be installed on a subfolder. Only directly in domain or subdomain.
FoodMonkey is very easy to install, and you'll be able to set it up without any coding knowledge. The installation process includes three major steps:
Creating a domain or a subdomain
Creating a database
Uploading script files to the host
You can watch the video tutorial or follow these step-by-step instructions.
We'll use cPanel in this guide, but the steps should be similar for other hosting managers.
After you have created that, you will be able to access the file manager for that domain or subdomain
Delete any default files that are maybe added.
Create an empty database in your shared hosting and remember this credentials
db name
db username
db password
ex. mydomain.com or subdomain.mydomain.com
The installation screen should appear and guide you in the process.
As an admin, you can change all settings in Site Settings after logging in.
Remember to set up SMTP or you'll encounter an error 500 on the registration page.
Here's how.
When your finish with the configuration, we can proceed to the next step, which is application usage.
Learn how to use it.