Skip to content

Commit 7e2c1a6

Browse files
committed
updated setup details
1 parent 030a223 commit 7e2c1a6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/development.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,41 +56,41 @@ To get started quickly, it is recommended to use Gitpod as default with the deve
5656

5757
### Setup locally on MacOS
5858

59-
- Set up postgresql using homebrew
59+
- Set up postgreSQL using Homebrew
6060

6161
- brew install postgresql@12
6262

63-
- Use "postgres –V" to check if it is the correct version
63+
- Use `postgres –V` to check if it is the correct version
6464

6565
- brew services start postgresql@12
6666

67-
- From the terminal, run the command "createdb postgres" (NOT inside psql)
67+
- From the terminal, run the command `createdb postgres` (NOT inside `psql`)
6868

69-
- "psql –d postgres" to enter the database
69+
- `psql –d postgres` to enter the database
7070

7171
- CREATE ROLE gitpod with LOGIN PASSWORD 'gitpod';
7272

7373
- Using \d to display all tables and relations, now empty
7474

75-
- Make sure using the correct java version
75+
- Make sure the correct Java version is being used
7676

77-
-Download java 11 if not yet downloaded yet
77+
-Download Java 11 if you don't have it already
7878

79-
- Run the command "/usr/libexec/java_home –V" to see your matching java virtual machines
79+
- Run the command `/usr/libexec/java_home –V` to see your matching Java virtual machines
8080

81-
- Pick java 11 accordingly
81+
- Pick Java 11 accordingly
8282

8383
- export JAVA_HOME='/usr/libexec/java_home –v 11.0.18'
8484

85-
- Run "java –version" to check if it's now running java 11
85+
- Run `java –version` to check if Java 11 is indeed being used
8686

8787
- https://stackoverflow.com/questions/21964709/how-to-set-or-change-the-default-java-jdk-version-on-macos
8888

89-
- Set up elasticsearch using docker
89+
- Set up Elasticsearch using Docker
9090

91-
- Download docker desktop from https://www.docker.com/
91+
- Download Docker Desktop from https://www.docker.com/
9292

93-
- Download the elasticsearch image from docker hub and enable it in the docker desktop
93+
- Download the Elasticsearch image from Docker Hub and enable it in the Docker Desktop
9494

9595
### Run the application
9696

0 commit comments

Comments
 (0)