The server installation guide in the docs for Mautic is ‘pretty good’ but still expects that you’re already a system admin kind of person and now how to do stuff. I’ll walk you through the install in the usual way I do in hopes that it helps some of the steps. This link shows the server requirements users install apache2:…
Category: Business
Akaunting software – my sad situation with trial balance and possible need to leave
Well it pains me both financially and philosophically to have to start writing this blog but I need to do it so that someone else doesn’t end up in my situation. I made the choice to leave Quickbooks about 1 year ago today to https://akaunting.com/ . It is a very nice GUI and to be honest, it’s amazing… except for…
How to deal with the Akaunting default COA account setting error
After setting up my second Akaunting instance (great work, Akaunting team!) I realized again that there is a confusing setup step related to the Chart of Accounts “Double Entry” module. Of course if you are running a ‘real’ business you’ll absolutely have to buy this module, but after you set up your COA for your business, you’ll probably try to…
HOW TO RE-INDEX YOUR SUITECRM INSTANCE
This blog was great and ultimately gave me enough info to get this done, however, it wasn’t for a rookie in MYSQL since the whole part about ‘deleting rows’ assumes you know how to delete a row. It looks like I also wrote a cpanel version of the same need a few years back. Also I elected to turn off…
How to make a Virtual Machine (VM) Visible on the LAN with Virtualbox and Ubuntu
Why this post? Some new owners took over a company. The previous owner had delivered a crm system to the new owners which ‘ran on a server upstairs’. The buyers asked for all admin passwords to the server which the Sellers provided. However, these were just user passwords and not actual root passwords or system passwords to the actual box.…
Changing or Fixing the Site URL for SuiteCRM
Recently I moved my SuiteCRM from a slow shared host over to a Digital Ocean droplet to speed things up. It worked very well, by the way. So fast, and probably I save 10 minutes per day just not waiting for server, haha. Anyways, everything went pretty well except one thing: the emails that were sent out from the Workflow…
How to Backup your Akaunting Installation
If you are like me, you were attracted to Akaunting accounting software because they are one of the first nice looking and open source accounting softwares around that operate in a similar way to the ‘friendly’ GUI systems like Quickbooks online. I was so upset about not having control of the data and / or price plans that I decided…
How to Overcome a Prestashop 500 Error on Front End
The Background I upgraded my ubuntu server last week and after I did so, the Prestashop front end went down – but not the back end! Everything seemed fine because no one was checking the front end so after someone changed something in the back and refreshed the front they thought they had killed the site (and so did I!).…
How to Change Discount Type (Amount, Percent) Default Value in SuiteCRM
Sadly this wasn’t easy. In the Quotes / Line items module, when you are entering the type of discount there are two types by default: Amount (Amt) and Percent (Pct). Someone asked me to change the default from Pct to Amt. I logged in as admin, went into Studio, went to the Line Items module, went to ‘Fields’ and, like…
How to Backup your Prestashop Shop and Database on Ubuntu Server
Frankly the prestashop documentation on this is pretty good. This whole process is much like backing up any other server with ubuntu where you need to back up two things: your site files your database If you followed my how to install prestashop on ubuntu server blog then this is a similar setup. If this isn’t your setup, consider a…