Table of Contents
Step 1: Setup Guidelines Step 2: Pre-InstallationStep 3: ConfigurationStep 4: Create Admin Account Step 5: FinishedThere are five important steps to be followed to install Yo!Kart.
Step 1: Setup Guidelines
The user must read the guidelines carefully and then click on the Let’s Go button.
Step 2: Pre-Installation
- The user must check if the server is set up correctly or not. Please make sure that the statuses for all PHP settings are On/Active.
- When installing Yo!Kart on a localhost, the Ioncube settings will be marked as Off/Inactive. To install ionCube, please follow the steps provided in Ioncube Loader.
- Scroll down to check all that the statuses of all files and directories are active/writable. Now, click on the Continue button.
Step 3: Configuration
In the Configuration step, the administration and database related details are to be filled. The user must enter the database details in the provided input fields. Select the Blank Copy Setup to install a blank Yo!Kart kit (recommended for production) OR select Setup with Dummy Data (recommended for testing only) to install the Yo!Kart kit with dummy data. The dummy data can be used for reference purposes.
Click on the Continue button to proceed to the next step.
Step 4: Create Admin Account
In the Admin Account Creation step, the user needs to enter the account and store related details.
Step 5: Finished
- Please wait until the data is being imported. It might take some time. Once the data is imported, the user will be redirected to the final step.
- It is recommended to delete the Install directory for security reasons, please go to the yokart (Root Folder) > public > install.
- Clicking on the Access Your Admin Area will redirect the user to the login form.
- Clicking on the Visit Website will redirect the user to the website URL at front-end.
- Create Mysql procedures: Open the following url:
{Your_Webroot}/admin/admin-users/create-procedures
The Created All the Procedures message will be displayed. - Update System Dependencies: Run command composer update at root of the project to update composer and fetch all dependent libraries.
- Now you can go to configurations {Your_Webroot}/admin/configurations in the backend and make the changes as per your preferences.