Inuar Tech

We provide software development tailored to your business needs

Author: nrauni

  • Setting up a badge feature using Akeneo Entities and Shopify Metaobjects

    In this tutorial we will show you how to setup a badge in Shopify using metaobjects and reference entities from Akeneo and allow them automatically sync. That gives you a single place for edition. In Akeneo Step 1 – Setup Akeneo entities Step 2 – Update the mapping Access Connect -> Connected Apps -> Open…

  • How to run Akeneo CE on Digital Ocean

    Running Akeneo Community Edition (CE) on DigitalOcean involves deploying a Virtual Private Server (Droplet) and installing the necessary stack (PHP, MySQL/MariaDB, Elasticsearch, Apache/Nginx). While Docker is often recommended for modern Akeneo versions, a manual LAMP/LEMP stack installation on Ubuntu 22.04 or 24.04 is a reliable approach.  1. Create a DigitalOcean Droplet 2. Prepare the Server (Pre-installation)  apt…

  • A new release of Akeneo Community Edition is finally here and it’s an important one.

    A new release of Akeneo Community Edition is finally here and it’s an important one.

    This is the first Community Edition release since March 8, 2023, and it comes with a long-awaited technical refresh that updates the platform to run on modern infrastructure. Key upgrades:✅ PHP 8.3✅ MySQL 8.0.34✅ Elasticsearch 8.17.0 Another notable change is the new versioning model. Instead of the traditional numbering scheme, the Community Edition will now…

  • Digital Ocean – Missing columns on Managed Databases

    After migrated from a local mysql server into Managed Database on Digital Ocean, I came with another issue where my software was complaining of missing columns. My column in question was called language and that issue was because managed database has a configuration called ANSI_QUOTES. Because language is some sort of special word it then…

  • Digital Ocean – General error: 3750 Unable to create or change a table without a primary key

    If you are trying to set Digital Ocean Managed Database and you need to customize the configurations to allow some specific flag. A lot of places on the internet says you cannot do it but there is a way. DO allow you to customize configs via the API. doctl databases configuration update DB-UUID –engine mysql…

  • PIM 101: Your Product Data’s Command Center

    PIM 101: Your Product Data’s Command Center

    Is your e-commerce business gasping for air, struggling to keep product information consistent and accurate across all channels? Are spreadsheets multiplying faster than your inventory, each a unique island of slightly-off data? The modern online marketplace demands impeccable product data, yet too many businesses are drowning in a sea of fragmented, inconsistent, and manually managed…

  • Google Tag Manager in Next.js 14 Tutorial

    Google Tag Manager (GTM) is a robust solution that allows marketers and website administrators to manage and implement tags seamlessly, eliminating the need for manual code modifications with every update. Tags consist of code snippets or tracking pixels that are embedded in a website to gather data and transmit it to external tools, including analytics…

  • New project delivered using  PIMCORE.

    New project delivered using PIMCORE.

    🚀 Exciting News! We has just gone live with an special international client using the powerful PIMCORE platform! 🎉 We’re thrilled to help businesses streamline their data management and improve their digital experiences with this robust solution. 🌟 Why PIM? Product Information Management (PIM) platforms like Pimcore allow companies to centralize, manage, and distribute product…

  • Top 10 Basic Linux Fundamentals you should

    Linux continues to be the backbone of modern computing, powering everything from servers to smartphones, IoT devices, and even space exploration. Whether you’re a budding developer, system admin, or simply curious about open-source operating systems, mastering Linux fundamentals is a must. Here’s a breakdown of the top 10 basic Linux concepts everyone should understand in…

  • ERROR 2006 (HY000): MySQL server has gone away using docker

    Are you having problem importing your SQL dump? be it via command line or via container management console, here is the solution. ./mysql -u root -p my_db < file.sqlEnter password: ERROR 2006 (HY000) at line 1: MySQL server has gone away This is caused by SQL import file being too big or field carrying too…