You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ Contributions to the project are welcomed and encouraged! Please see the [Contri
33
33
These instructions give the most direct path to work with the project.
34
34
35
35
### System Requirements
36
-
As the project is developed in java macOS, Windows and Linux distros are natively supported. Of course you will need the lastest jdk available. Also, depending on where are you going to run the databasewill need internet conection or MongoDB installed and running on your machine.
36
+
As the project is developed in java macOS, Windows and Linux distributions are natively supported. Of course you will need the latest JDK available. Also, depending on where are you going to run the database, you will need internet connection or MongoDB installed and running on your machine.
37
37
38
38
#### Java Development Kit (JDK)
39
-
A Java Development Kit (JDK) is a program development environment for writing Java applets and applications. It consists of a runtime environment that "sits on top" of the operating system layer as well as the tools and programming that developers need to compile, debug, and run applets and applications written in the Java language.
39
+
A Java Development Kit (JDK) is a program development environment for writing Java applets and applications. It consists of a runtime environment that "sits on top" of the operating system layer as well as the tools and programming that developers need to compile, debug, and run applets and applications written in the Java programming language.
40
40
41
-
If you do not has the lastest stable version download you can download it [here](http://www.oracle.com/technetwork/java/javase/downloads).
41
+
If you do not has the latest stable version download you can download it [here](http://www.oracle.com/technetwork/java/javase/downloads).
42
42
43
43
#### MongoDB
44
-
This project uses MongoDB as the database. You can check how to use it on [MongoDB install](https://github.com/Arquisoft/participants_i2b/wiki/MongoDB). By defatult a dummy server is up and running, its configured at the file `applications.properties`. Change this configuration as needed, should not interfeer with the module itself.
44
+
This project uses MongoDB as the database. You can check how to use it on [MongoDB install](https://github.com/Arquisoft/participants_i2b/wiki/MongoDB). By defatult a dummy server is up and running, it´s configured at the file `applications.properties`. Change this configuration as needed, should not interfeer with the module itself.
45
45
46
46
#### Jasypt
47
47
This project uses Jasypt to encrypt the passwords. You don't need to download it as far as its dependency its imported from maven central, but you can check it [here](http://www.jasypt.org/).
@@ -95,15 +95,23 @@ user interface manually you'll have to introduce this document:
0 commit comments