# OpenCart Generated on 18 Jun 2020 from [the OpenCart catalog page](https://marketplace.digitalocean.com/apps/opencart) [OpenCart](https://www.opencart.com) is an easy to use, powerful, open source e-commerce solution. Easily start selling online and manage your own e-commerce store. This 1-Click App is supported by [Equotix Pte Ltd](https://www.equotix.com), OpenCart’s official Singapore partner. For technical support, please open a support ticket at our [helpdesk](https://marketinsg.zendesk.com/). ## Software Included | Package | Version | License | |---|---|---| | [OpenCart](https://www.opencart.com) | [3.0.3.1](https://www.opencart.com/index.php?route=cms%2Fdownload%2Fhistory) | [GPL 3](https://github.com/opencart/opencart/blob/master/license.txt) | | [Apache](https://httpd.apache.org/) | [2.4.29](https://packages.ubuntu.com/bionic/apache2) | [Apache 2](https://www.apache.org/licenses/) | | [PHP](http://php.net/) | [7.2](https://packages.ubuntu.com/bionic/php) | [PHP v3.01](http://php.net/license/index.php) | ## Creating an App using the Control Panel Click the **Deploy to DigitalOcean** button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=opencart-18-04) ## Creating an App using the API In addition to creating a Droplet from the OpenCart 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 4GB OpenCart Droplet in the SFO2 region, you can use the following `curl` command. You need to either save your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell curl -X POST -H 'Content-Type: application/json' \ -H 'Authorization: Bearer '$TOKEN'' -d \ '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"opencart-18-04"}' \ "https://api.digitalocean.com/v2/droplets" ``` ## Getting Started After Deploying OpenCart *This Marketplace listing does not include getting-started steps.*