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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,19 +45,19 @@ i-on Web has the following functionalities available:
45
45
- Make it possible to view the list of selected courses;
46
46
- Notify the student, on the home page, of upcoming events (tests, exams, among others) of the courses he / she attends;
47
47
- Construction of the student's calendar with the events of the courses to which he is enrolled;
48
-
- Make it possible to download the student's schedule.
48
+
- Make it possible to download (pdf file) the student's schedule;
49
+
- Allow the user to change his/hers username.
49
50
50
51
i-on Web is continuously being developt, as such, more funcionalities will be / are being added, namely:
51
52
52
-
- User settings that allow the user to change the programme, username, among other information;
53
53
- Switch the language (between Portuguese and English) of the web interface.
54
54
55
55
# Getting started
56
56
Next we will see how we can run the i-on Web application according to its operation modes and using docker compose.
57
57
58
58
## Docker-compose
59
59
The docker compose file contains the following enviroment variables:
60
-
-__`OPERATION_MODE`__ - Where we can specify the operation mode. As seen previously, the operation mode by default, is using the i-on Core data;
60
+
-__`OPERATION_MODE`__ - Where we can specify the operation mode. By default, its integrated mode which connects to i-on Core;
61
61
62
62
-__`CORE_URL`__ - Where we can indicate the location of i-on Core. By default is set to `http://172.17.0.1:10023` since i-on Core listens on port `10023` and since both applications are running locally but in isolated containers, in order to make requests from i-on Web to i-on Core we can use the IP `172.17.0.1`;
63
63
@@ -82,18 +82,17 @@ When building the docker image we can specify the development operation mode by
In similarity to the command previously shown, where we assigned a value to the variable `OPERATION_MODE`, the same can be done with the remaining variables. Assigning the multiple variables can be done, like the following example:
This mode allows us to run the i-on Web application using the data provided by i-on Core, as such, both i-on Web and i-on Core need to be running locally. In order to download and run i-on Core please head to the [i-on Core GitHub repository](https://github.com/i-on-project/core).
92
87
93
88
The environment variables present in the docker compose file should be enough for us to establish a connection to i-on Core, as such, we only need to execute the following command on the __root directory__:
0 commit comments