File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,28 @@ JAX-WS is the protocol is used by the Admin Client. This is more standardized an
6464
6565![ Admin Client GUI] ( /assets/admin.png )
6666
67+ ## Project Setup
68+
69+ 1 . Clone the Repository
70+
71+ ``` bash
72+ git clone git git@github.com:shama-llama/distributed-bookstore.git
73+ cd distributed-bookstore
74+ ```
75+
76+ 2. Build Modules
77+
78+ ` ` ` bash
79+ # Build server
80+ mvn clean install -f bookstore-server/pom.xml
81+
82+ # Build admin client
83+ mvn clean install -f bookstore-admin/pom.xml
84+
85+ # Build user client
86+ mvn clean install -f bookstore-user/pom.xml
87+ ` ` `
88+
6789# # Database Setup
6890
69911. Install MariaDB
@@ -117,28 +139,6 @@ JAX-WS is the protocol is used by the Admin Client. This is more standardized an
117139 db.password=root_password
118140 ` ` `
119141
120- # # Project Setup
121-
122- 1. Clone the Repository
123-
124- ` ` ` bash
125- git clone git git@github.com:shama-llama/distributed-bookstore.git
126- cd distributed-bookstore
127- ` ` `
128-
129- 2. Build Modules
130-
131- ` ` ` bash
132- # Build server
133- mvn clean install -f bookstore-server/pom.xml
134-
135- # Build admin client
136- mvn clean install -f bookstore-admin/pom.xml
137-
138- # Build user client
139- mvn clean install -f bookstore-user/pom.xml
140- ` ` `
141-
142142# # Running the Application
143143
1441441. Start the RMI Server
You can’t perform that action at this time.
0 commit comments