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
{{ message }}
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-49Lines changed: 3 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,58 +44,12 @@ The system is composed of three main parts:
44
44
45
45
### Installation
46
46
47
-
-**Step 1**: Go to back and a create a \`config.toml\` file. Fill it with:
47
+
-**Step 1**: Go to back and a create a \`config.toml\` file. Fill it based on the data in exemples/exemple_config. In the provider section, replace the client_id and client_secret with your client_id and client_secret. Repeat for every provider. (They can be found in back/app/routes)
In the providers, replace the client_id and client_secret with your client_id and client_secret. Repeat for every provider. (They can be found in back/app/routes)
65
-
66
-
-**Step 2**: Go to front/android and create a \`gradle.properties\` file. Fill it with those informations:
67
-
68
-
\# Project-wide Gradle settings.
69
-
70
-
\# IDE (e.g. Android Studio) users:
71
-
\# Gradle settings configured through the IDE *will override*
72
-
\# any settings specified in this file.
73
-
74
-
\# For more details on how to configure your build environment visit
Replace both of the "xxxxxx" with an actual password. That password need to be at least 6 characters long.
49
+
-**Step 2**: Go to front/android and create a \`gradle.properties\` file. Fill it with the informations in exemples/exemple_gradle. Fill `RELEASE_STORE_PASSWORD` and `RELEASE_KEY_PASSWORD` with your own password. The two must have an identical one.
96
50
97
51
-**Step 3**: In your terminal run `keytool -genkey -v -keystore apk_key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias alias;`.
98
-
It will ask for a keystore password, put the one you chose for the first step. It will follow by asking more information; those information don't need to be necesarilly true.
52
+
It will ask for a keystore password, put the one you chose for the second step. It will follow by asking more information; those information don't need to be necesarilly true.
99
53
Enter 'y' to confirm the datas you entered.
100
54
101
55
-**Step 4**: run `docker build -t test -f android/Dockerfile . && docker run test:latest`.
0 commit comments