Skip to content

Commit e17054d

Browse files
committed
docs: reorder setup instructions
1 parent 2eba4c5 commit e17054d

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff 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

6991
1. 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

144144
1. Start the RMI Server

0 commit comments

Comments
 (0)