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: docs/devguide/running/source.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@ You can [run Conductor using Docker](docker.md) to download Conductor with persi
9
9
10
10
## Building Conductor server from source
11
11
12
-
!!! info "Prerequisites"
13
-
- Java (JDK) v17
14
-
- (Optional) [Docker](https://www.docker.com/get-started/) for running tests
12
+
> [!NOTE]
13
+
> "Prerequisites"
14
+
> * Java (JDK) v17
15
+
> * (Optional) [Docker](https://www.docker.com/get-started/) for running tests
15
16
16
17
**To build Conductor server from source:**
17
18
@@ -74,10 +75,11 @@ The API documentation should now be accessible at [http://localhost:8080/swagger
74
75
75
76
## Running Conductor UI from source
76
77
77
-
!!! info "Prerequisites"
78
-
- A running Conductor server on port 8080
79
-
- [Node v14](https://nodejs.org) for the UI to build
80
-
- [Yarn](https://classic.yarnpkg.com/en/docs/install) for building and running the UI
78
+
> [!NOTE]
79
+
>"Prerequisites"
80
+
>* A running Conductor server on port 8080
81
+
>* [Node v14](https://nodejs.org) for the UI to build
82
+
>* [Yarn](https://classic.yarnpkg.com/en/docs/install) for building and running the UI
81
83
82
84
The UI is a standard `create-react-app` React single page application (SPA).
83
85
@@ -101,6 +103,6 @@ The UI should now be accessible at [http://localhost:5000](http://localhost:5000
101
103

102
104
103
105
104
-
!!! note
105
-
To use the UI locally, there is no need to build the project. If you require compiled assets to host on a production web server, you can build the project using `yarn build`.
106
+
> [!NOTE]
107
+
> To use the UI locally, there is no need to build the project. If you require compiled assets to host on a production web server, you can build the project using `yarn build`.
0 commit comments