Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How To Install Igniter?

System Requirements

  • PHP version 7.1
  • MySQL.
  • The OpenSSL PHP module.
  • The PDO PHP module.
  • The mbstring PHP module.
  • The Tokenizer PHP module.
  • The JSON , CURL php module.
  • The mod_rewrite, mod_gzip, mod_filter and mod_expires modules.

Procedure:

  1. Install Web Server
  2. Paste all the files including hidden files from Igniter package into your server web directory (Public_html, htdocs, html,).
  3. Create a Database in phpMyAdmin (Example: Igniter)

3.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
  2. Easy installation and Setup the Wizard

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

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

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

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

              DB_USERNAME=root

              DB_PASSWORD=password

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

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

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. Google Map API key – https://trioangle.com/blog/how-to-create-google-map-api-server-key/
  2. Google Map API browser key – https://trioangle.com/blog/how-to-create-google-map-api-javascript-key/
  3. Nexmo key & Secret key https://trioangle.com/blog/create-nexmo-api-credential/
  4. FCM Server key & FCM Sender ID –  https://webkul.com/blog/generate-api-key-fcm-sender-id/
  5. Google P12 Certificate & Service account – for manage In App purchase plan. Instructions

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

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.

The post How To Install Igniter? appeared first on Blog.



This post first appeared on What Are The Features An Uber Clone Script Should Have?, please read the originial post: here

Share the post

How To Install Igniter?

×

Subscribe to What Are The Features An Uber Clone Script Should Have?

Get updates delivered right to your inbox!

Thank you for your subscription

×