Skip to content

Commit b5ba74d

Browse files
author
Francis Souza
authored
Update README.md
1 parent 38ca8a7 commit b5ba74d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ This is the server used by the Hospital Helper and Hospital Chat applications.
55
* Ruby version: 2.5.4
66

77
* System dependencies
8-
- Docker Desktop installed.
9-
- Virtualization Services enabled.
8+
* Docker Desktop installed.
9+
* Virtualization Services enabled.
1010

1111
* Configuration
12-
- Download the project
13-
- Copy the proper `<environment>.env` file to the `.env` file in the root of the project folder
14-
- Open your Terminal/CMD in the project folder
15-
- Type:
16-
> docker-compose up --build
12+
- Download the project
13+
- Copy the proper `<environment>.env` file to the `.env` file in the root of the project folder
1714

15+
* Build
16+
Open your Terminal/CMD in the project folder and type:
17+
> docker-compose up --build
1818
1919
* Database creation
20-
Then open another Terminal/CMD instance and type the following commands:
20+
Open another Terminal/CMD instance and type the following commands:
2121
> docker-compose run rails rails db:create
2222
> docker-compose run rails rails db:migrate
2323

0 commit comments

Comments
 (0)