
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.
- The ionCube Loader PHP module. Use Loader Wizard for easy installation.
Procedure:
- Install Web server
- 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
- 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.
- Restart Apache, Mysql.
- 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].
- Complete the following six steps in Laravel Installer
6.1 Easy installation and Setup the Wizard
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
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.
6.4 Check the permissions to configure environment. If any of the extensions is not available, you have to install it in the server.
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.
6.6 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.
- Facebook API – http://www.trioangle.com/blog/how-to-create-facebook-app-credential-for-website/
- 2. Google Login API key – http://www.trioangle.com/blog/how-to-create-google-api-key/
- Google Map API key – http://www.trioangle.com/blog/how-to-create-google-map-api-server-key/
- Google Map API browser key – http://www.trioangle.com/blog/how-to-create-google-map-api-javascript-key/
- Nexmo key & Secret key – http://www.trioangle.com/blog/create-nexmo-api-credential/
- Cloudinary API key – http://www.trioangle.com/blog/how-to-create-cloudinary-api-credential/
- Paypal Sandbox Account API key – http://docs.easydigitaldownloads.com/article/839-how-do-i-create-a-paypal-sandbox-account
Or
- 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:
- Login your cPanel or SSH on your server, If are you using cPanel go to cron jobs tab.
- Then create a cronjob and schedule every minute (ex. * * * * *)
- 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)
- If are you using SSH type the command crontab -e in terminal.
- 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)
- Then save and exit.