Skip to content

Commit

Permalink
[task] Fix paths and image locations
Browse files Browse the repository at this point in the history
  • Loading branch information
pcoello25 committed Oct 6, 2016
1 parent c560be8 commit 2470a0e
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 14 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions doc/manuals/installation_and_administration_manual/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,23 +176,23 @@ Please observe the user management for accessing the GUI or any other FIWARE com

Registration must be done one and only once. As an already registered user in the Identity Manager, login (this user will be the admin user). You should be able to see an applications panel, in addition to an organizations panel, in your home tab:

![](../../../cosmos-gui/doc/images/register_cosmos_gui__apps_panel.png)
![](../images/register_cosmos_gui__apps_panel.png)

Click in the <i>register</i> button of the applications panel and give a name, a description, a URL and a callback URL for the new application. For instance:

![](../../../cosmos-gui/doc/images/register_cosmos_gui__data.png)
![](../images/register_cosmos_gui__data.png)

Then choose an image for the application, this will be shown as an icon for future users:

![](../../../cosmos-gui/doc/images/register_cosmos_gui__icon.png)
![](../images/register_cosmos_gui__icon.png)

Finally, manage the roles for this application. If you do not expect to add more roles than the default ones, or you simply do not know about roles, skip this step and finish the user registration:

![](../../../cosmos-gui/doc/images/register_cosmos_gui__roles.png)
![](../images/register_cosmos_gui__roles.png)

cosmos-gui is now registered:

![](../../../cosmos-gui/doc/images/register_cosmos_gui__result.png)
![](../images/register_cosmos_gui__result.png)

An important result of the registration process are the OAuth2 credentials that can be inspected by clicking on the appropriate button. These credentials must be configured in cosmos-gui as shown later.

Expand Down Expand Up @@ -267,7 +267,7 @@ Please observe the usage of `sudo`. This is because the GUI must be able to exec

If everything goes well, you should be able to see in a web browser the login page (`http://<node_hosting_cosmos_gui>:<port>`):

![](../../../cosmos-gui/doc/images/cosmos_gui__init.png)
![](../images/cosmos_gui__init.png)

cosmos-gui typically listens in the TCP/443 port (TLS encryption), but you can change it by editing `conf/cosmos-gui.conf`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you don't relay on [FIWARE LAB](http://account.lab.fiware.org/) global instan

If you still have doubts, we have built the flow diagram below in order to help you identifying which kind of Big Data user you are (if any):

![Figure 1 - Which kind of Big Data user am I?](./big_data_installation_guide_figure_1.png)
![Figure 1 - Which kind of Big Data user am I?](../images/big_data_installation_guide_figure_1.png)

[Top](#top)

Expand Down Expand Up @@ -57,4 +57,3 @@ There are several channels suited for reporting issues and asking for doubts in
**NOTE**: Please try to avoid personally emailing the GE owners unless they ask for it. In fact, if you send a private email you will probably receive an automatic response enforcing you to use [stackoverflow.com](http://stackoverflow.com) or [ask.fiware.org](http://ask.fiware.org/questions/). This is because using the mentioned methods will create a public database of knowledge that can be useful for future users; private email is just private and cannot be shared.

[Top](#top)

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The ecosystem raises when Cosmos is completed/complemented with certain manageme
* [Hadoop extensions](http://github.com/telefonicaid/fiware-tidoop/tree/master/tidoop-hadoop-ext) for using non HDFS data.
* [Wilma PEP Proxy](http://github.com/ging/fi-ware-pep-proxy) together with [OAuth2 Tokens Generator](http://github.com/telefonicaid/fiware-cosmos/tree/develop/cosmos-auth) if wanting to implement OAuth2-based authentication and authorization in your REST APIs.

![Figure 2 - Big Data architecture reminder](big_data_installation_guide_figure_2.png "Figure 2 - Big Data architecture reminder")
![Figure 2 - Big Data architecture reminder](../images/big_data_installation_guide_figure_2.png "Figure 2 - Big Data architecture reminder")

[Top](#top)

Expand All @@ -45,7 +45,7 @@ Since the above solution may require a very large infrastructure (for instance,

Indeed, this is the version currently deployed in FIWARE Lab.

![Figure 3 - Light-version Big Data architecture](big_data_installation_guide_figure_3.png "Figure 3 - Light-version Big Data architecture")
![Figure 3 - Light-version Big Data architecture](../images/big_data_installation_guide_figure_3.png "Figure 3 - Light-version Big Data architecture")

##<a name="section3"></a>What is mandatory and optional

Expand Down
8 changes: 4 additions & 4 deletions doc/manuals/user_and_programmer_manual/using_gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Content:
##<a name="section1"></a>Login
Once installed and run, you can visit `http://<node_hosting_cosmos_gui>:<port>` (adapt the port if you changed it). This page basically prompts the user to login.

![](../../../cosmos-gui/doc/images/cosmos_gui__init.png)
![](../images/cosmos_gui__init.png)

The login procedure delegates in FIWARE Identity Manager. This means cosmos-gui does not perform <i>any propietary user management</i> from the GUI point of view (as it will be seen, cosmos-gui performs a propietary user management for accessing the Hadoop cluster; that is, particularly, its purpose). Thus, once clicked the login button, we are redirected to `https://account.lab.fiware.org`:

![](../../../cosmos-gui/doc/images/cosmos_gui__auth.png)
![](../images/cosmos_gui__auth.png)

[Top](#top)

Expand All @@ -36,7 +36,7 @@ Next coming versions of the GUI will allow the users to explore their HDFS space

The only option for the time being is to access to the profile page (see next section).

![](../../../cosmos-gui/doc/images/cosmos_gui__dashboard.png)
![](../images/cosmos_gui__dashboard.png)

[Top](#top)

Expand All @@ -45,6 +45,6 @@ The profile section shows the user account details and certain statistics, such

This is useful in order to know the credentials the user has in the Cosmos platform.

![](../../../cosmos-gui/doc/images/cosmos_gui__profile.png)
![](../images/cosmos_gui__profile.png)

[Top](#top)

0 comments on commit 2470a0e

Please sign in to comment.