[openingText]CubeCart is an open source cart platform that has been on offer since 2003. While CubeCart is open source, CubeCart limited offers two tiers of paid support. While it doesn’t have the level of market penetration that Magento or Shopify does, CubeCart’s support offering makes it a great alternative.[/openingText]
This article is going to walk you through install CubeCart on an [tool]Ubuntu 18.04 VPS or Server[/tool].
[stepName]Create a MySQL User and Set Permissions[/stepName]
[step]
$ sudo mysql -u root -p
> create database cubecartdb;
> grant all privileges on cubecartdb.* to 'username'@'localhost' identified by 'passwordhere';
> flush privileges;
> exit
[/step]
[stepName]Set File Permissions For Installation[/stepName]
Now if you go back to your storefront you will see the demo CubeCart store.
[stepImage][/stepImage]
[/howToDirection]
[howToDirection]
You can also go to the admin panel at yourdomain.com/admin.php to begin adding products, setting up payment process, and defining shipping and payment methods to get your store up and running.
[/howToDirection]
If you have any issues with CubeCart, always remember they offer paid support, so there is always somewhere to turn for help.
HostAdvice.com provides professional web hosting reviews fully independent of any other entity. Our reviews are unbiased, honest, and apply the same evaluation standards to all those reviewed.While monetary compensation is received from a few of the companies listed on this site, compensation of services and products have no influence on the direction or conclusions of our reviews. Nor does the compensation influence our rankings for certain host companies.This compensation covers account purchasing costs, testing costs and royalties paid to reviewers.