File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ This is the server used by the Hospital Helper and Hospital Chat applications.
5
5
* Ruby version: 2.5.4
6
6
7
7
* System dependencies
8
- - Docker Desktop installed.
9
- - Virtualization Services enabled.
8
+ * Docker Desktop installed.
9
+ * Virtualization Services enabled.
10
10
11
11
* 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
17
14
15
+ * Build
16
+ Open your Terminal/CMD in the project folder and type:
17
+ > docker-compose up --build
18
18
19
19
* 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:
21
21
> docker-compose run rails rails db: create
22
22
> docker-compose run rails rails db: migrate
23
23
You can’t perform that action at this time.
0 commit comments