FoodMonkey
NatadTech
  • πŸ‘‹Introduction
  • Installation
    • βš™οΈInstallation - Shared Hosting
    • πŸ”ƒUpdating - Shared Hosting
    • πŸ’»Installation - Local Machine
  • DEFINE BASICS
    • πŸ“‚Database
    • πŸ“©Mail Server
    • βŒ›Localization and Time Format
    • πŸ’²Payments
    • πŸ’±Pricing Plans
    • πŸ’°Stripe Gateway
    • πŸ’ΈPaystack Gateway
    • πŸ—ΊοΈGoogle API
    • πŸ“ˆGoogle Analytics
    • πŸ–₯️Google Authentication
    • πŸ‘€Facebook Authentication
    • πŸ›œOne Signal Push Notifications
    • πŸ“¨Twilio SMS Notifications
  • Usage
    • πŸ“ŒGetting Started
    • πŸ‘₯Register as an Admin
    • 🌏Multilingual Menu
    • ✏️Site Set-up
    • πŸͺRestaurant Subdomain
    • 🍴Single Restaurant
    • πŸ—£οΈTranslations
    • πŸ–ŒοΈCustom CSS
    • ⬆️Import from CSV
    • πŸ“Custom Fields on Order
  • Modules
    • πŸ’‘Project Modules
    • 🧩Module Installation
    • ➑️ShareThis
    • πŸͺCookie Consent
    • πŸ–¨οΈThermal Printer Module
    • πŸͺWebHooks
  • API
    • 🀝Client API
    • πŸ›΅Driver API
  • Information
    • ❓Frequently Asked Questions
    • πŸ“œChangelog
    • πŸ–₯️Developer Information
Powered by GitBook
On this page
  • Run local - Using Mamp/Xamp/Wamp or Laragon
  • Run Local - Docker Way

Was this helpful?

  1. Installation

Installation - Local Machine

PreviousUpdating - Shared HostingNextDatabase

Last updated 1 year ago

Was this helpful?

Run local - Using Mamp/Xamp/Wamp or Laragon

You can run the project on your local computer by using Mam/Xamp/Wamp or Laragon.

Run Local - Docker Way

We use this to run the site locally and test it.

Step 1 - Install Docker

After that extract the code and open it in the Terminal / Command prompt

cd foodmonkey
./vendor/bin/sail up

The first time you run this can take some time.

Step 2 - Install via CMD

After sail is running, open a new terminal window and navigate to the project.

execute

sail artisan migrate --fresh --seed

This will set up ( seed ) the database.

Then execute / run

cd storage
touch installed

You should see the site now

Login with the default credentials

Username: admin@example.com

Password: secret

In Laravel 8, there is a new package available called .

All you need is to install on your computer.

This should create an empty file in storage folder, to let the system know that the project is installed. Then open the site on .

πŸ’»
https://laravel.com/docs/8.x/sail
https://www.docker.com/
localhost
Placeholder for now