Skip to content

Commit aeffa02

Browse files
authored
DOC-2369: Update demo documentation to remove CRM and Platform references (m) (#41079)
* DOC-2369: Update demo documentation to remove CRM and Platform references (WIP)
1 parent d099eb3 commit aeffa02

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

Diff for: backend/setup/demo-environment/azure.rst

+7-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Azure Cloud Platform
44
====================
55

6-
Azure Marketplace enables you to deploy pre-configured demo instances of the latest LTS releases of OroCRM and OroCommerce Community Editions with or without demo data.
6+
Azure Marketplace enables you to deploy pre-configured demo instances of the latest LTS releases of OroCommerce Community Edition with demo data.
77

88
To proceed with the installation, make sure you have registered with Azure marketplace and have a valid |Azure portal account|.
99

@@ -12,17 +12,13 @@ Deploy the Solution
1212

1313
To deploy the solution, follow the steps below:
1414

15-
1. Navigate to |Azure Marketplace| and search for the required Oro application (OroCRM VM or OroCommerce VM) in the search bar.
15+
1. Navigate to |Azure Marketplace| and search for OroCommerce VM in the search bar.
1616

1717
.. image:: /img/backend/setup/azure/search.png
1818
:alt: OroCRM VM or OroCommerce VM in Azure Marketplace search dropdown
1919

2020
2. Once you select the application type to deploy, click **GET IT NOW** under the application logo on your left.
21-
3. In the pop-up dialog, select the software plan -- an instance with or without demo data. The application with demo data provides all the necessary information for you to test the application, such as a preconfigured list of customers, products, submitted orders, quotes, the structured master, and web catalogs.
22-
23-
.. image:: /img/backend/setup/azure/software-plan.png
24-
:alt: Select the software plan pop-up dialog
25-
21+
3. In the pop-up dialog, select the software plan with demo data. This provides all the necessary information for you to test the application, such as a preconfigured list of customers, products, submitted orders, quotes, the structured master, and web catalogs.
2622
4. Click **Continue**.
2723

2824
You are redirected to Azure Portal to complete the installation.
@@ -32,8 +28,8 @@ To deploy the solution, follow the steps below:
3228

3329
6. Click **Create**.
3430

35-
.. image:: /img/backend/setup/azure/create-vm.png
36-
:alt: Create a virtual machine of the selected type
31+
.. image:: /img/backend/setup/azure/software-plan.png
32+
:alt: Select the software plan pop-up dialog
3733

3834
7. Complete the required fields in the **Basics** tab:
3935

@@ -91,14 +87,12 @@ To deploy the solution, follow the steps below:
9187

9288
.. important::
9389

94-
**OroCRM VM Demo Data**: If you have deployed OroCRM VM with demo data, use **admin** as login and the password to access the back-office of the application. To access the application via SSH, specify your username and password/public key, and restart services (`systemctl restart oro*`).
95-
96-
**OroCommerce VM Demo Data**: If you have deployed OroCommerce VM with demo data, use *[email protected]* both as your login and password to access the storefront (`http://<DNSprefix>.cloudapp.azure.com`). To access the back-office of the application (`http://<DNSprefix>.cloudapp.azure.com/admin/admin`), use *admin* as login and password. To access the application via SSH, specify your username and password or a public key, and restart services (`systemctl restart oro*`).
90+
**OroCommerce VM Demo Data**: Use *[email protected]* both as your login and password to access the storefront (`http://<DNSprefix>.cloudapp.azure.com`). To access the back-office of the application (`http://<DNSprefix>.cloudapp.azure.com/admin/admin`), use *admin* as login and password. To access the application via SSH, specify your username and password or a public key, and restart services (`systemctl restart oro*`).
9791

9892
Configure Application URL
9993
-------------------------
10094

101-
For the demo applications to work correctly, you need to configure the application URL (for OroCRM and OroCommerce), and Secure URL and URL (for OroCommerce).
95+
For the demo application to work correctly, you need to configure the application URL, Secure URL, and URL.
10296

10397
1. Navigate to **System Configuration > General Setup > Application Settings** in the application back-office, and provide the *Application URL* (e.g., `http://<DNSprefix>.cloudapp.azure.com`, or a different domain).
10498

Diff for: backend/setup/demo-environment/docker.rst

+1-15
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ Run Application
5555
docker compose up application
5656
5757
The docker compose will download the required images, create networks and run containers. Application `commerce-crm-application` is used by default.
58-
You can run other community applications, such as `crm-application`, `platform-application` or `commerce-crm-application-de`.
59-
To select another application, set a different image in the `.env` file, for example:
60-
61-
.. code-block:: none
62-
63-
ORO_IMAGE=docker.io/oroinc/crm-application
64-
6558

6659
If you want to get the application in a different locale, add the contents of the file `.env-locale-de_DE` or `.env-locale-fr_FR` to `.env` and restart the restore service and application.
6760

@@ -101,17 +94,10 @@ If you deployed the application before, pull up fresh images with `docker-compos
10194
About This Project
10295
------------------
10396

104-
This repository provides a Docker Compose configuration file (compose.yaml) and demonstrates how to run different applications and required services in containers.Oro Inc. provides images with applications Community Edition in public Docker Hub.
97+
This repository provides a Docker Compose configuration file (compose.yaml) and demonstrates how to run different applications and required services in containers. Oro Inc. provides images with applications Community Edition in public Docker Hub.
10598

10699
.. important:: This deployment is NOT intended for a production environment.
107100

108-
**Docker images with different applications:**
109-
110-
* OroCommerce Community Edition: |docker.io/oroinc/commerce-crm-application|
111-
* OroCRM Community Edition: |docker.io/oroinc/crm-application|
112-
* OroPlatform Community Edition: |docker.io/oroinc/platform-application|
113-
* OroCommerce Community Edition for Germany: |docker.io/oroinc/commerce-crm-application-de|
114-
115101
One image is used to run containers in several roles: web server, php-fpm, consumer, WebSocket server, and cron service.
116102
All these services must be running, and the PostgreSQL database must be prepared for a full-fledged application.
117103

Diff for: img/backend/setup/azure/search.png

-13.4 KB
Loading

Diff for: img/backend/setup/azure/software-plan.png

-196 KB
Loading

0 commit comments

Comments
 (0)