-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathINSTALL
More file actions
43 lines (31 loc) · 1022 Bytes
/
INSTALL
File metadata and controls
43 lines (31 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
For detailed documentation please refer to http://airavata.apache.org/
Installing Apache Airavata 0.21-SNAPSHOT
-----------------------------------------
Prerequisites
-------------
- Java 17 or later
- Maven 3.8 or later
- Docker Engine 20.10 or later
- Docker Compose 2.0 or later
Quick Start
-----------
1. Start infrastructure services (MariaDB, RabbitMQ, ZooKeeper, Kafka, Keycloak):
docker compose up -d
2. Build Airavata, initialize the database, and generate the classpath:
./scripts/setup.sh
3. Start the Airavata Server:
./scripts/start.sh
The unified server starts on:
- Port 8930: Thrift (9 multiplexed services)
- Port 18889: REST (Swagger UI at /swagger-ui.html)
- Port 19900: gRPC
- Port 9097: Monitoring (/health/services)
Build from Source Only (without starting)
------------------------------------------
mvn clean install -DskipTests
Running Tests
-------------
mvn clean install
Tutorials
---------
https://airavata.readthedocs.io/en/latest/