diff --git a/README.md b/README.md index 8d4329c..f0d150b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,34 @@ -# MaianCart -Maian Cart is a fast, robust & FREE e-commerce platform built using PHP & MySQL which has all the features you need to run your online store. +
+ +
+ +# Maian Cart + +The package deploys the [Maian Cart](https://www.maiancart.com/) solution - a solid self-hosted platform to sell your products. Maian Cart is a comprehensive e-commerce solution designed to help businesses create and manage online stores with ease. It offers a wide range of features, including product management, order processing, customer management, and various payment gateway integrations. + + +## Environment Topology + +This package creates a dedicated Maian Cart environment that contains one application server and one database container. It automatically deploys and sets the Maian Cart application. The automatic vertical scaling is enabled out of the box, and [horizontal scaling](https://www.virtuozzo.com/application-platform-docs/automatic-horizontal-scaling/) can be configured (if needed). The default software stacks utilized in the package are the following: + +- Apache 2 PHP application server (PHP 8.1) +- MariaDB 10 database +- Maian Cart 3.8 + + +## Deployment to Cloud + +To get your Maian Cart solution, click the "**Deploy to Cloud**" button below, specify your email address within the widget, choose one of the [Virtuozzo Public Cloud Providers](https://www.virtuozzo.com/application-platform-partners/), and confirm by clicking **Install**. + +[![Deploy to Cloud](https://raw.githubusercontent.com/jelastic-jps/common/main/images/deploy-to-cloud.png)](https://www.virtuozzo.com/install/?manifest=https://raw.githubusercontent.com/jelastic-jps/maian-cart/refs/heads/master/manifest.jps) + +> If you already have a Virtuozzo Application Platform (VAP) account, you can deploy this solution from the [Marketplace](https://www.virtuozzo.com/application-platform-docs/marketplace/) or [import](https://www.virtuozzo.com/application-platform-docs/environment-import/) a manifest file from this repository. + + +## Installation Process + +In the opened installation window at the VAP dashboard, provide a preferred environment and display names, choose a region (if available), and confirm the installation. + +![Maian Cart deployment wizard](images/maian-cart-deployment-wizard.png) + +Your Maian Cart application will be automatically installed in a few minutes. diff --git a/images/maian-cart-deployment-wizard.png b/images/maian-cart-deployment-wizard.png new file mode 100644 index 0000000..5f19527 Binary files /dev/null and b/images/maian-cart-deployment-wizard.png differ diff --git a/manifest.jps b/manifest.jps index 673c41d..7043ee2 100644 --- a/manifest.jps +++ b/manifest.jps @@ -8,9 +8,9 @@ categories: - apps/e-commerce - apps/sales-and-marketing -homepage: http://www.maiancart.com -logo: https://download.jelastic.com/public.php?service=files&t=6bfa0ab81d533fcd446efd70b4ddf4f7&download -description: Maian Cart is a fast, robust & FREE e-commerce platform built using PHP & MySQL which has all the features you need to run your online store. +homepage: https://www.maiancart.com/ +logo: images/logo.png +description: Maian Cart is a fast, robust, and free e-commerce platform built using PHP & MySQL. It provides all the features you need to run your online store, including product management, order processing, customer management, and more. globals: ADMIN_DB_PASS: ${fn.password(10)} @@ -71,9 +71,10 @@ onInstall: - "(curl http://${env.domain}/install/?s=1; curl http://${env.domain}/install/?s=2; curl http://${env.domain}/install/?s=3; curl -H 'Content-Type: application/x-www-form-urlencoded' -d 'mysql_version=MySQL5&charset=utf8_general_ci&tables=yes' http://${env.domain}/install/?s=4; curl -H 'Content-Type: application/x-www-form-urlencoded' -d 'website=Jelastic&email=${user.email}&storeInfo=yes' http://${env.domain}/install/?s=5; curl -H 'Content-Type: application/x-www-form-urlencoded' -d 'finish=yes' http://${env.domain}/install/?s=6; curl http://${env.domain}/install/?s=7) > /var/www/webroot/ROOT/install_logs.log" - rm -rf /var/www/webroot/ROOT/install success: | - Below you will find your admin panel link, username and password. - Admin panel URL: [${env.protocol}://${env.domain}/admin/](${env.protocol}://${env.domain}/admin/) - Admin name: admin - Password: ${user.appPassword} + Use the following credentials to access the Maian Cart admin panel: - To add a custom domain name for your Maian Cart installation follow the steps described in our [documentation](http://docs.jelastic.com/custom-domains) + **Admin panel URL:** [${env.protocol}://${env.domain}/admin/](${env.protocol}://${env.domain}/admin/) + **Admin name:** admin + **Admin password:** ${user.appPassword} + + To add a custom domain name for your Maian Cart installation, follow the steps described in our [documentation](https://www.virtuozzo.com/application-platform-docs/custom-domains/).