Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Typo #242

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9ef6fe2
Update index.md
pooja1pathak Dec 17, 2018
0ab623a
Update quick_start_guide_new.md
pooja1pathak Dec 17, 2018
7e853d6
Update quick_start_guide_old.md
pooja1pathak Dec 17, 2018
98a1caf
Update README.md
pooja1pathak Dec 17, 2018
ff2efee
Update auth_server.md
pooja1pathak Dec 17, 2018
a221c74
Update cygnus.md
pooja1pathak Dec 17, 2018
0886be8
Update diagnosis_procedures.md
pooja1pathak Dec 17, 2018
f8bcb37
Update gui.md
pooja1pathak Dec 17, 2018
86fb381
Update haas_engine_sahara.md
pooja1pathak Dec 17, 2018
714aeac
Update haas_engine_shared_hadoop.md
pooja1pathak Dec 17, 2018
a763948
Update introduction.md
pooja1pathak Dec 17, 2018
7be335f
Update oauth2_hive_auth_provider.md
pooja1pathak Dec 17, 2018
ec64be3
Update oauth2_proxy.md
pooja1pathak Dec 17, 2018
5f5f858
Update sanity_check_procedures.md
pooja1pathak Dec 17, 2018
5d574a9
Update some_words_about_cosmos_and_ecosystem.md
pooja1pathak Dec 17, 2018
edbdcaa
Update storage_cluster.md
pooja1pathak Dec 17, 2018
fdece73
Update tidoop.md
pooja1pathak Dec 17, 2018
ac61ec6
Update README.md
pooja1pathak Dec 17, 2018
eddadbe
Update data_management_and_io.md
pooja1pathak Dec 17, 2018
55ddcf0
Update introduction.md
pooja1pathak Dec 17, 2018
a8da57d
Update request_computing_resources.md
pooja1pathak Dec 17, 2018
0e9ef69
Update using_gui.md
pooja1pathak Dec 17, 2018
ba0a25a
Update using_hadoop_and_ecosystem.md
pooja1pathak Dec 17, 2018
b2af3f5
Update using_oauth2.md
pooja1pathak Dec 17, 2018
91981a6
Update using_tidoop.md
pooja1pathak Dec 17, 2018
f078284
Update README.md
pooja1pathak Dec 17, 2018
6cfb00b
Update README.md
pooja1pathak Dec 17, 2018
8cc799d
Update README.md
pooja1pathak Dec 17, 2018
86916b7
Update README.md
pooja1pathak Dec 17, 2018
925e008
Update README.md
pooja1pathak Dec 17, 2018
5073c89
Update README.md
pooja1pathak Dec 17, 2018
31de825
Update README.md
pooja1pathak Dec 17, 2018
1b7d6a8
Update feeding_sinfonier.md
pooja1pathak Dec 17, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update using_gui.md
  • Loading branch information
pooja1pathak authored Dec 17, 2018
commit 0e9ef69fb3481e5fa5167ae1eadb5f26dbdd40ac
10 changes: 5 additions & 5 deletions doc/manuals/user_and_programmer_manual/using_gui.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#<a name="usage"></a>Using Cosmos GUI
# <a name="usage"></a>Using Cosmos GUI
Content:

* [Login](#section1)
* [Cosmos account provision](#section2)
* [Dashboard](#section3)
* [Profile](#section4)

##<a name="section1"></a>Login
## <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.

![](../images/cosmos_gui__init.png)
Expand All @@ -17,7 +17,7 @@ The login procedure delegates in FIWARE Identity Manager. This means cosmos-gui

[Top](#top)

##<a name="section2"></a>Cosmos account provision
## <a name="section2"></a>Cosmos account provision
After authentication (using your email and password registered at the Identity Manager), there are two possibilities:

* You are an already registered user in Cosmos. In this case, you are directly redirected to the dashboard of the GUI.
Expand All @@ -29,7 +29,7 @@ Please observe when the storage and computing clusters are the same (it is not t

[Top](#top)

##<a name="section3"></a>Dashboard
## <a name="section3"></a>Dashboard
Current version of cosmos-gui has no functionality exposed in the dashboard, thus cosmos-gui can be seen as a Cosmos account provisioning tool.

Next coming versions of the GUI will allow the users to explore their HDFS space and run predefined MapReduce jobs from this dashboard. Stay tuned!
Expand All @@ -40,7 +40,7 @@ The only option for the time being is to access to the profile page (see next se

[Top](#top)

##<a name="section4"></a>Profile
## <a name="section4"></a>Profile
The profile section shows the user account details and certain statistics, such as the HDFS quota usage.

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