@@ -6,14 +6,12 @@ Docker image to provision and run ResilientDB along with supporting services (Gr
66
77## 📋 Prerequisites
88
9- Before you begin, ensure you have the following installed on your system:
9+ Clone the ResilientDB-Ansible Playbook
1010
11- ** NOTE:** This project requires Ubuntu 20.04+
12-
13- - ** Git:** Version control system to clone repositories
14- - ** Docker:** For containerized deployment
15- - ** cURL or Wget:** For downloading scripts
16- - ** Bash Shell:** To run shell scripts
11+ ``` bash
12+ git clone https://github.com/apache/incubator-resilientdb-ansible
13+ cd incubator-resilientdb-ansible
14+ ```
1715
1816---
1917
@@ -133,7 +131,13 @@ chmod +x /opt/resilientdb-ansible/complete-startup.sh
133131
134132### Option 2: Direct Ansible Playbook
135133
136- For advanced users who want to run the Ansible playbook directly:
134+ If you want to run the Ansible playbook directly, ensure the following:
135+
136+ - ** Operating System** : Ubuntu 20.04 or greater
137+ - ** Minimum Requirements** :
138+ - 8 GB RAM
139+ - 4+ CPU cores
140+ - 50+ GB storage
137141
138142``` bash
139143# Clone the repository
@@ -191,19 +195,6 @@ curl -X POST http://localhost:8000/graphql \
191195
192196---
193197
194- ## Using Each Project After Installation
195-
196- Once you've installed the selected projects, check out the Ecosystem and Application tabs for more information:
197-
198- - [ ResilientDB] ( https://resilientecosystem.github.io/resilientdb-quickstart/usage/resilientdb/ )
199- - [ Python SDK] ( https://resilientecosystem.github.io/resilientdb-quickstart/usage/pythonsdk/ )
200- - [ ResDB-ORM] ( https://resilientecosystem.github.io/resilientdb-quickstart/usage/resdborm/ )
201- - [ Smart-Contracts-CLI] ( https://resilientecosystem.github.io/resilientdb-quickstart/usage/smart-contracts-cli/ )
202- - [ Smart-Contracts-GraphQL] ( https://resilientecosystem.github.io/resilientdb-quickstart/usage/smart-contracts-graphql/ )
203- - [ ResVault] ( https://resilientecosystem.github.io/resilientdb-quickstart/usage/resvault/ )
204-
205- ---
206-
207198## 🐛 Common Issues
208199
209200### "Connection refused" errors
0 commit comments