- Creating Audit Reports Using jrctl
The JetRails CLI tool, jrctl, creates access and audit reports for the local machine or those in a cluster. The audit report feature is for an at-a-glance view to see if access control through the firewall and for SQL databases are configured correctly, verify the login methods that are available to shell users, and review past logins into the server.
- Installing And Configuring Magento 2
In this tutorial, we will be installing the latest version of Magento 2 within your JetRails environment with the help of Composer. We will also explain how you can configure your Magento 2 store to use Redis for sessions, backend-cache, and full-page cache.
- Upgrading Magento Extensions Via Composer
There are many reasons to update Magento extensions: new features, bug fixes, and security updates to name a few. Updating an extension with composer is an easy process once we understand how composer works. We will look at how Composer treats version constraints, how to modify them and finally how to update the extension.
- Scheduling Cron Jobs
This article will cover creating a cron job in your JetRails environment. A cron job is a bash script or command that runs according to a schedule. These are often used to run antivirus scanners, update data on a website, or automate repetitive tasks like flushing cache at the end of a work day. Any regularly scheduled activity done via the command line or a script should be inserted into the cron, which is done by editing a user's crontab file.
- Using jrctl To Perform Privileged Actions
The JetRails jrctl tool provides access to unprivileged (non root) users to make changes to the firewall and grants ability to restart system services. With access to jrctl, your team has access to commonly needed tools without escalating to server admins.
- Using JetRails One-Time Secret
Sharing sensitive information on the internet has always been a challenge. Ideally information would be shared securely with the intended audience once and disappear there after. This is why we created our One-Time Secret service. There are many ways to interact with our service, whether it is through our website, CLI tool, or API.
- How To Create A Hosts Entry Record
Local DNS (Domain Name System) mapping is a wonderful function that is built into your operating system. With a hosts file, you can dictate the resolution of hostnames to IP addresses. Instead of your local computer reaching out to a DNS server to resolve a domain name, this process can be short-circuited using your computer's hosts file.
- Download Magento Assets Using MageRepo
MageRepo provides a set of tools that enables anyone to download and install Magento releases and patches. These resources are accessible through a cross platform CLI tool, a RESTFUL API, and a GUI interface via our website. These diverse set of tools allow users of all types to access the complete Magento release archive.
- Developing With Magento Using An Alpine Docker Cluster
Set up an easy to use local Magento development environment with JetRails' custom Docker containers. This project allows for an out of the box deployment of any version of Magento utilizing tools like Docker Compose, Docker Sync, and our very own MageRepo.
- How To Create A Magento 2 Admin User From The Command Line
There may be a time where you are locked out of your Magento admin panel and only have access to a secure shell to the server that controls your installation. This guide will show you how to create and manage your Magento 2 admin users from the command line interface (CLI).