Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JE-73055 [Addons to AlmaLinux] Review JPS packages readme files #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
<p align="center">
<img src="images/logo.png" alt="Maian Cart">
</p>

# 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.
Binary file added images/maian-cart-deployment-wizard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions manifest.jps
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down Expand Up @@ -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/).