Skip to main content
425
results
Andrew Fletcher
In this article, you will learn how to send a newsletter using Acy Mailing 5.   Access to Acy Mailing 5 This is screen accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Sending a newsletter Viewing the newsletter list, click on the newsletter that you want to send out to the member base.  Check the following details are correct: Subject - set  Published - set to yes HTML version -...
Andrew Fletcher
In this article, I'll show you how to edit an unsent Acy Mailing 5...
Andrew Fletcher
I prefer htop over top on my Linux server.  Running a Solr index got...
Andrew Fletcher
The generally accepted answer to a mysqldump is: mysqldump -h [host] -u...
Andrew Fletcher
Working in Twig, I had to add classes to a pre-existing array.  Whilst I've...
Andrew Fletcher
Wanting to create a new repository on GitHub, add in a few of the available options that can come with an initial repository such as: .gitignore for the platform you are building on README.md for detailed notes - particularly if the repository if public LICENSE - again important if the repository if public However, once you add one or more of these items, you will need to merge the repository with your local environment.  This article walks through creating a new GitHub repository and...
Andrew Fletcher
On a git pull from remote dev environment to a staging environment running off...
Andrew Fletcher
I needed the check if a file existed in a directory as the migrate script wasn't...
Andrew Fletcher
A recent attempt to run an update composer (regular activity for many of...
Andrew Fletcher
I was trying to create something quite simple.  How to get image file uri...
Andrew Fletcher
I'm writing these steps primarily for myself as a reference.  However, if someone else finds them useful to great. Adding XMPP framework to your server.  Initially I was going to add Prosody, however as I'm working off an Apache server with Centos 6.10 this quickly proved to a goal that was out of reach.  Instead, I pivoted and redirected to Erlang.   Is your server hardware running Linux, BSD, OS X, or Windows? Can you use Java or Python or another language if the server...
Andrew Fletcher
Joining a new company / team there is always a lot of new items to...
Andrew Fletcher
Setting up a new project in Docker and VS Code. Using Terminal, go to your...
Andrew Fletcher
Running Docker in a new process and creating a container.   Go to the...
Andrew Fletcher
Load testing verifies the system performance under the expected peak load....