Skip to content

Commit 01259a5

Browse files
committed
Added more details in README
1 parent e8c13fc commit 01259a5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Currently implemented for Spring-Boot monoliths that use FenixFramework and Spri
1010
- nodejs 10+ (```node --version```)
1111
- npm 6+ (```npm --version```)
1212
- python 3.5+ (```python --version```)
13-
- Run: ```pip install -r backend/src/main/resources/requirements.txt```
13+
- (Non docker) run: ```pip install -r backend/src/main/resources/requirements.txt```
1414
- Create the file ```specific.properties``` in backend/src/main/resources with the correct python command (example in file ```specific.properties.example```)
1515

1616
## Run manually
@@ -29,14 +29,19 @@ To run the backend:
2929
To run the frontend:
3030

3131
cd frontend/
32-
npm install
32+
npm install --legacy-peer-deps
3333
npm start
3434

3535
## Run using Docker
3636

3737
docker-compose build
3838
docker-compose up
3939

40+
## Run using Docker, clean install
41+
42+
docker-compose build --no-cache
43+
docker-compose up --build
44+
4045

4146
Due to a limitation in SpringBoot documented in https://github.com/spring-projects/spring-boot/issues/2895, .jar files cannot be generated with more than 655535 total files inside. Due to this, make sure the folder ```backend/src/main/resources/codebases``` is empty before building the project.
4247

@@ -46,4 +51,4 @@ Due to a limitation in SpringBoot documented in https://github.com/spring-projec
4651
- [ECSA2020](https://doi.org/10.1007/978-3-030-58923-3_3): [Evaluation Data](https://github.com/socialsoftware/mono2micro/tree/master/data/ecsa2020/evaluation)
4752

4853
## License
49-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/socialsoftware/mono2micro/blob/master/LICENSE) file for details.
54+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/socialsoftware/mono2micro/blob/master/LICENSE) file for details.

0 commit comments

Comments
 (0)