System Requirements

Procedure:

  1. Install Web server
  2. Paste all the files including hidden files from Makent package into your server web directory (Public_html, htdocs, html)

      2.1. Paste the License file in the folder. (Free & Professional)

      For Enterprise, you can directly move to installation process ( Continue the process from Step 5)

      For Free & Professional follow step 3 & 4 to install ionCube

  1. Open the readme file (http://yourdomainname/readme/readme.html)

      (Install the ioncube Loader PHP module, for that use the loader Wizard for installation.)

     3.1. Check and install your ionCube Loaders version which supports PHP 7.1 version.

     3.2. Download ionCube loader from ionCube website. For Windows OS, download the Windows Installer (Windows (x86)).

    3.3. For Linux or Mac goto readme (http://yourdomainname/readme/loader-wizard.php) Download the tar.gz file and unzip the ionCube loader and Copy the folder ionCube loader_7.1 so  and paste it to Specified path on loader-wizard.php file.

  1. Restart Apache, Mysql.
  2. Create a Database in phpMyAdmin (Example: Makent)

      5.1. Open the Browser (http://yourdomainname/install)

      If any 404 & 500 page errors found then check whether mod_rewrite extension is enable. Even the issue continues after enabling your mod_rewrite, contact our support team at [email protected].

  1. Complete the following six steps in Laravel Installer

      6.1 Easy installation and Setup the Wizard

Airbnb Clone

      6.2 Need to fill your details in the classic environment editor.

     Sample:  DB_DATABASE=Makent (Name of your created Database)

              DB_USERNAME=root

              DB_PASSWORD=password

Airbnb Clone

      6.3 Check the requirements of PHP and Apache server requirement. If any of the extensions is not available, you have to install it in the server.

Airbnb Clone

    6.4 Check the permissions to configure environment. If any of the extensions is not available, you have to install it in the server.

Airbnb Clone

    6.5 Need to fill the details of your Admin Settings. Details should be given such as Makent name, Admin Username, email and password. After completing the steps , press “Save and Install” option to complete the process.

Airbnb Clone

    6.6 After completing all the steps, Installation will be finished successfully. Then Click here to exit. Now you are successfully installed our product.

Airbnb Clone

Social Media API Settings:

Following are the links which has detail instruction about API key creation for Facebook, Google, Google Map, Twitter, Nexmo and Cloudinary.

  1. Facebook API – http://www.trioangle.com/blog/how-to-create-facebook-app-credential-for-website/
  2. 2. Google Login API key http://www.trioangle.com/blog/how-to-create-google-api-key/
  3. Google Map API key – http://www.trioangle.com/blog/how-to-create-google-map-api-server-key/
  4. Google Map API browser key – http://www.trioangle.com/blog/how-to-create-google-map-api-javascript-key/
  5. Nexmo key & Secret key http://www.trioangle.com/blog/create-nexmo-api-credential/
  6. Cloudinary API key – http://www.trioangle.com/blog/how-to-create-cloudinary-api-credential/
  7. Paypal Sandbox Account API key – http://docs.easydigitaldownloads.com/article/839-how-do-i-create-a-paypal-sandbox-account

       Or

  1. Paypal Live Account API key – https://www.putler.com/support/faq/how-to-get-paypal-api-username-password-and-signature-information/

Note: Once you have reached the Google’s daily limit, you have to pay some amount for unlock Google services.

Email Settings:

Following are the links which has detail instruction about Email setting.

1. SMTP setup: http://www.trioangle.com/blog/how-to-create-gmail-smtp-credential/

Or

2.MailGun setup: http://www.trioangle.com/blog/how-to-create-mailgun-api-credential/

Cron job setup:

  1. Login your cPanel or SSH on your server, If are you using cPanel go to cron jobs tab.
  2. Then create a cronjob and schedule every minute (ex. * * * * *)
  3. Go to command section and enter the below  format.

Format Command:

/Enter_your_php_path /path_to_your_web_directory/artisan schedule:run >> /dev/null 2>&1

(Note. To find php path using the below command in your server terminal command: which php)

  1. If are you using SSH type the command crontab -e in terminal.
  2. Enter the above format command and add before the command * * * * *

(Like this * * * * * /Enter_your_php_path /path_to_your_web_directory/artisan schedule:run >> /dev/null 2>&1)

  1. Then save and exit.