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: _docs/deployment-instructions.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
You will need the following to run this application:
6
6
1. Server running MySQL version 14.14
7
-
1. Java version 1.8
7
+
1.Server running Java version 1.8
8
8
9
9
## Installation
10
10
@@ -16,7 +16,7 @@ mysql -u USERNAME -h HOSTNAME -P PORT -p -e "create database groupthree"
16
16
17
17
## Configure GitLab OAuth2
18
18
19
-
Follow the instructions provided on this [website](https://docs.gitlab.com/ee/integration/oauth_provider.html). Set the callback URL to `http://{DOMAIN_NAME}/login/oauth2/code/gitlab`, replacing {DOMAIN_NAME} with the appropriate domain name.
19
+
Follow the instructions provided on this [website](https://docs.gitlab.com/ee/integration/oauth_provider.html). Set the callback URL to `http://{DOMAIN_NAME}/login/oauth2/code/gitlab`, replacing {DOMAIN_NAME} with the appropriate domain name. Tick the `api` scope box.
20
20
21
21
22
22
## Configure application.yml
@@ -30,8 +30,8 @@ Create a new file `application.yml` with the following contents, replacing {} wi
30
30
`{PASSWORD}` = Password for the sql server
31
31
`{CLIENT_ID}` = GitLab Application Id
32
32
`{CLIENT_SECRET}` = GitLab Secret
33
-
`{PORT_NUMBER}` = Port you would like the application to run on
34
-
33
+
`{PORT_NUMBER}` = Port you would like the application to run on (Note: Make sure this is different to the port you used for the MySQL database)
34
+
`{ENCRYPTION_PASSWORD}` = The password used to encrypt the user access tokens with
0 commit comments