# Bagisto Generated on 17 Sep 2020 from [the Bagisto catalog page](https://marketplace.digitalocean.com/apps/bagisto) This one-click setup helps you get setup with latest version of Bagisto. It is supported by Webkul Software Pvt Ltd, Bagisto’s parent company. For technical support, please open a support ticket. ## Software Included | Package | Version | License | |---|---|---| | Apache | [2.4.29](https://packages.ubuntu.com/bionic/apache2) | [Apache 2](https://www.apache.org/licenses/) | | PHP | [7.2.24](https://packages.ubuntu.com/bionic/php) | [PHP v3.01](http://www.php.net/license/3_01.txt) | | Mysql | [5.7.31](https://packages.ubuntu.com/bionic/mysql-server-5.7) | [Mysql 5.7 GPL](https://downloads.mysql.com/docs/licenses/mysqld-5.7-gpl-en.pdf) | | Certbot | [0.31.0](https://packages.ubuntu.com/bionic/certbot) | [Apache](https://github.com/certbot/certbot/blob/master/LICENSE.txt) | | Nodejs | [10.22.0](https://packages.ubuntu.com/bionic/nodejs) | [MIT license](https://github.com/nodejs/node/blob/master/LICENSE) | ## 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=bagisto-18-04) ## Creating an App using the API In addition to creating a Droplet from the Bagisto 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 Bagisto 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":"bagisto-18-04"}' \ "https://api.digitalocean.com/v2/droplets" ``` ## Getting Started After Deploying Bagisto After creation of the droplet you can ssh login to your droplet. To login to your droplet from linux/mac system run below command **ssh root@your-droplet-ip** For windows system, please refer to below link [https://www.ssh.com/ssh/putty/windows/](https://www.ssh.com/ssh/putty/windows/) When you login to your droplet for the first time, it will ask for the domain name for bagisto setup. You must map your domain to your droplet ip beforehand. If you do not have any domain you just need to put your droplet ip. **Note: Please do not add www while putting your domain name. If your domain is example.com, simply put example.com. Do not put “[www.example.com](https://www.example.com)”** Next step it will ask to configure ssl for your domain. If you put your domain name in previous choice, then select option option (y). If you put your droplet ip in previous choice, then select option (n) **Note: ssl can not be configured, if your domain does not point to your droplet ip.** After bagisto setup is completed, you can open your bagisto url in the browser. **For admin login, use below details.** http(s)://your-bagisto-url/admin email : [admin@example.com](mailto:admin@example.com) password : admin123 **You can also register as a customer and login.** http(s)://your-bagisto-url/customer/register You can find your bagisto setup inside /var/www/html Mysql passwords are stored inside /root/.digitalocean\_password You can check our bagisto source code here. [https://github.com/bagisto/bagisto](https://github.com/bagisto/bagisto)