OpenCart – How to Setup CRON
Last Updated on Saturday, 11 May 2013 06:14 Written by Joe Stenhouse Thursday, 16 May 2013 12:00
What is CRON?
WIKIPEDIA DEFINITION
Cron is the time-based job scheduler in Unix-like computer operating systems. Cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates. It is commonly used to automate system maintenance or administration, though its general-purpose nature means that it can be used for other purposes, such as connecting to the Internet and downloading email.[1] The name cron comes from the Greek word χρόνος [chronos] for time.
MY DEFINITION
Learn MoremojoPortal Tips: Making a Living with mojoPortal (Yes, You Can!)
Last Updated on Tuesday, 23 October 2012 04:01 Written by Carole Bennett Saturday, 27 October 2012 12:00
Recently, I was contacted by a developer specializing in .Net, who is fairly new to mojoPortal. He asked me if it’s possible to be profitable supporting an open-source application like mojoPortal; my unequivocal response is “Yes, quite well.” Stick around – after the break, I’ll outline some of the ways that supporting open-source can generate revenue.
Now, it should be prefaced that it won’t happen overnight; you will get pushback from some members of the community, who feel that because the core application (mojoPortal) is free, and open-source, all utilization of it should be free as well. That’s not an unusual perspective for any open-source community, whether it’s WordPress, Joomla!, Dot Net Nuke, or any other application. However; if you talk to most of the actual core developers of these applications, you’ll hear a different story. Every one I’ve talked to has openly acknowledged that their application is used as a tool by for-profits, and indeed in most cases actively encourage it. Some offer premium support packages and sponsor ships to support ongoing development (nopCommerce), while others sell premium add-ons directly from the core development team (mojoPortal).
Learn MoreSetting Up the Necessary Dolphin 7 Cron Job
Last Updated on Friday, 16 December 2011 06:36 Written by Mscott Thursday, 6 October 2011 12:00
Hello and welcome! In today’s blog we are going to talk about the mysterious “cron job” you need to setup for your Dolphin 7 website to function properly. The Crontab is a time based scheduler that is used on most web servers to automate tasks. The tasks it automates for Dolphin are video processing, sending mass emails, and cleaning the database nightly. Not setting up this cron job (or setting it up improperly) is the #1 reason people report video uploads not working.
Learn More
Recent Comments