You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/setup/demo-environment/azure.rst
+7-13
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Azure Cloud Platform
4
4
====================
5
5
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.
7
7
8
8
To proceed with the installation, make sure you have registered with Azure marketplace and have a valid |Azure portal account|.
9
9
@@ -12,17 +12,13 @@ Deploy the Solution
12
12
13
13
To deploy the solution, follow the steps below:
14
14
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.
16
16
17
17
.. image:: /img/backend/setup/azure/search.png
18
18
:alt:OroCRM VM or OroCommerce VM in Azure Marketplace search dropdown
19
19
20
20
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.
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.
26
22
4. Click **Continue**.
27
23
28
24
You are redirected to Azure Portal to complete the installation.
@@ -32,8 +28,8 @@ To deploy the solution, follow the steps below:
32
28
33
29
6. Click **Create**.
34
30
35
-
.. image:: /img/backend/setup/azure/create-vm.png
36
-
:alt:Create a virtual machine of the selected type
7. Complete the required fields in the **Basics** tab:
39
35
@@ -91,14 +87,12 @@ To deploy the solution, follow the steps below:
91
87
92
88
.. important::
93
89
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*`).
97
91
98
92
Configure Application URL
99
93
-------------------------
100
94
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.
102
96
103
97
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).
Copy file name to clipboardExpand all lines: backend/setup/demo-environment/docker.rst
+1-15
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,6 @@ Run Application
55
55
docker compose up application
56
56
57
57
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
-
65
58
66
59
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.
67
60
@@ -101,17 +94,10 @@ If you deployed the application before, pull up fresh images with `docker-compos
101
94
About This Project
102
95
------------------
103
96
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.
105
98
106
99
.. important:: This deployment is NOT intended for a production environment.
107
100
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
-
115
101
One image is used to run containers in several roles: web server, php-fpm, consumer, WebSocket server, and cron service.
116
102
All these services must be running, and the PostgreSQL database must be prepared for a full-fledged application.
0 commit comments