Skip to content

Commit 8da317e

Browse files
authored
Update README.md
A few wording fixes
1 parent 28d6040 commit 8da317e

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

README.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,9 @@ Project made with InterSystems IRIS BI (DeepSee), Power BI and Logi Report Desig
1414
Login: user
1515
Password: userp@$$
1616

17-
### How to run services local:
17+
### How to run DC analytics on a personal laptop:
1818
First, you need to clone this repository to your local machine. Below in the text we will use relative paths to files when describing what is where. We assume that you are already in the project's root directory.
1919

20-
#### Authenticating to the ICR
21-
To log into the ICR, take the following steps:
22-
23-
Load https://containers.intersystems.com/ in your browser and log in with your InterSystems/WRC credentials.
24-
25-
Retrieve your Docker login token, or the full login command.
26-
27-
In your Docker interface (for example, your PowerShell window or Linux command line), authenticate to the ICR using the provided credentials. You can do this by copying and pasting the full docker login command displayed, for example:
28-
29-
```
30-
docker login -u="your_username" -p="provided_password" containers.intersystems.com
31-
```
32-
33-
For security reasons, however, you may want to instead enter the command docker login containers.intersystems.com, then enter your username at the Username prompt and paste your password into the Password: prompt.
34-
35-
Note: If you are logged into another Docker registry, the docker login command may result in an error; log out of the other registry before logging into containers.intersystems.com.
3620

3721
### 1. Starting IRIS
3822
InterSystem IRIS stores all the data in this sample project/ So we need InterSystems IRIS up and running and persists data. Below we will take the vanila image of InterSystems IRIS and load Community analytics data. Open the terminal in the project directory and run:
@@ -55,6 +39,8 @@ _system/SYS
5539
One of basic dashboards:
5640
<img width="1188" alt="image" src="https://user-images.githubusercontent.com/41373877/184346339-7e896fcd-629b-4225-85c2-950d9fe63723.png">
5741

42+
43+
5844
#### Option: UDAF optimization
5945
If you have a commercial license on IRIS you may have LOGIN and PASSWORD for use in private ZPM registry.
6046
In that case you may install isc-udaf package from there.
@@ -83,6 +69,26 @@ A license must be provided to run Atscale server. To do this you need to put the
8369

8470
In case you plan to deploy this project to some server you might want to alter hostname parameter: open directory "atscale-dataset", file "atscale.yaml" and edit (ip or dns name):
8571
loadbalancer_dns_name: "127.0.0.1"
72+
73+
#### Authenticating to the InterSystems Container Registry(ICR)
74+
This sample uses [AtScale docker container](https://github.com/intersystems-community/dc-analytics/blob/28d6040ca99a99641f0c88689c3402cc5872e9b2/docker-compose.yml#L17) in ICR. This is a gated registry, thus the access token will be requested which you can obtain being a current InterSystems customer.
75+
To sign into the ICR, take the following steps:
76+
77+
Open https://containers.intersystems.com/ in your browser and sign in using your InterSystems credentials.
78+
79+
Retrieve your Docker login token, or the full login command.
80+
81+
In your Docker interface (for example, your PowerShell window or Linux command line), authenticate to the ICR using the provided credentials. You can do this by copying and pasting the full docker login command displayed, for example:
82+
83+
```
84+
docker login -u="your_username" -p="provided_password" containers.intersystems.com
85+
```
86+
87+
For security reasons, however, you may want to instead enter the command docker login containers.intersystems.com, then enter your username at the Username prompt and paste your password into the Password: prompt.
88+
89+
Note: If you are logged into another Docker registry, the docker login command may result in an error; log out of the other registry before logging into containers.intersystems.com.
90+
91+
8692

8793
Run docker container with the command:
8894
```

0 commit comments

Comments
 (0)