Skip to content

clerkio/clerk-magento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e133a0 · Dec 5, 2024
Dec 5, 2024
Jul 30, 2024
Mar 27, 2023
Oct 7, 2019
Mar 1, 2018
Jul 26, 2022
Jun 1, 2017
Oct 7, 2019
Mar 4, 2016
Jan 2, 2024
Sep 9, 2015
Sep 9, 2015
Mar 14, 2016
Feb 1, 2017
Mar 27, 2023
Jan 22, 2020
May 29, 2017
Feb 7, 2019

Repository files navigation

clerk.io for Magento

clerk.io is a international tech-startup based in Copenhagen targeting the eCommerce industry. We help webshops sell more through an intelligent search function and targeted product recommendations.

This extension replaces the default search functionality in Magento with a typo-tolerant, fast & relevant search experience and enables product recommendations.

See features and benefits of clerk.io for Magento.

Latest version Magento 1.9.x.x PHP >= 5.3

Installation

To setup this module, you'll need a Clerk account.

  1. Contact Clerk and get your credentials for my.clerk.io.
  2. Download the latest packaged Community Extension from the releases folder.
  3. Install it on your Magento instance through magento connect, you have to relogin after install.
  4. Configure module, to your needs, find help at help.clerk.io for Magento.

Contribute to the Extension

Everybody is welcome to contribute to this extension. Just send a pull request with your changes ;)

There is a docker dev environment available, https://clerkpublic.s3.amazonaws.com/magento-devenv.mov

Docker

The easiest way to setup your development environment is to use Docker. If you're a Mac user, use Docker for Mac to run Docker containers.

Setup the Docker instance

Just run the following script to setup a running Magento 1.9.2 instance with some sample data & the Clerk extension installed:

$ ./devenv/restart.sh -b http://`docker ip`/
$ # The default value for -b is 127.0.0.1.

Administration panel

Administration login is admin with password magentorocks1 and you can access it from http://[docker ip]/admin.

phpMyAdmin

A phpMyAdmin instance is available from http://[docker ip]/phpmyadmin

Shell

You can execute a shell inside the container with the following command:

$ docker exec -i -t clerk-magento /bin/bash