SHINE guide added
This commit is contained in:
parent
bca6a50214
commit
30f993a626
7 changed files with 48 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
- create a package structure
|
||||
- create a schema
|
||||
- create/assign package/schema related roles
|
||||
- [SHINE Introduction](TUTO_03.md)
|
||||
- [External tutorials/documentation](REFERENCES.md)
|
||||
|
||||
## Remarks
|
||||
|
|
47
TUTO_03.md
Normal file
47
TUTO_03.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
# 1. SHINE
|
||||
|
||||
## 1.1. Introduction
|
||||
|
||||
This guide will make a small introduction to the SHINE delivery unit.
|
||||
|
||||
SHINE is a complete set of all kind of artifacts/development in HANA.
|
||||
|
||||
It's a very usefull source/reference to understand HANA with the biggest advantage (compared to all docs on the internet) that what you will find there is full working.
|
||||
|
||||
## 1.2. Installation
|
||||
|
||||
If you remember the tenant creation process (see below), we have configured a SHINE user.
|
||||
|
||||
This user was created at the same time that the SHINE delivery unit was installed on the system.
|
||||
|
||||
So, if you have configured the SHINE user at the tenant creation time, you can directly jump to the role part of the guide (but I advice to read the whole doc as information ;)), otherwise, keep reading this section.
|
||||
|
||||
![shine](pics/SHINE_01.png)
|
||||
|
||||
To install SHINE manually, download this delivery unit ([HCO_DEMOCONTENT_200.tgz](https://launchpad.support.sap.com/#/softwarecenter/search/HCODEMOCONTENT200)) and install it in the HANA Lifecycle Management (see previous guide for how to install DU).
|
||||
|
||||
Once this delivery unit is installed, you will see a package named `democontent` inside the `sap.hana` package hiearchy in the Workbench editor.
|
||||
|
||||
This is where you will have to search all artifacts and study their source code.
|
||||
|
||||
![shine](pics/SHINE_03.png)
|
||||
|
||||
## 1.3. Role
|
||||
|
||||
To use the SHINE dashboard and play with all the kind of artifacts, you will need a specific role, which is provided by the delivery unit at installation.
|
||||
|
||||
As seen previously, go to HANA studio in the security area, and assign this role `sap.hana.democontent.epm.roles::Admin` to your SHINE user.
|
||||
|
||||
![shine](pics/SHINE_04.png)
|
||||
|
||||
## 1.4. SHINE Dashboad
|
||||
|
||||
Then, you can now access the SHINE Dashboard now.
|
||||
|
||||
Go inside the package `sap.hana.democontent.epm`, open `index.html` and just click on the Play button.
|
||||
|
||||
![shine](pics/SHINE_05.png)
|
||||
|
||||
You are now in the SHINE Dashboard and can explore the different demos available.
|
||||
|
||||
![shine](pics/SHINE_02.png)
|
Binary file not shown.
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 51 KiB |
BIN
pics/SHINE_02.png
Normal file
BIN
pics/SHINE_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 187 KiB |
BIN
pics/SHINE_03.png
Normal file
BIN
pics/SHINE_03.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
pics/SHINE_04.png
Normal file
BIN
pics/SHINE_04.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
pics/SHINE_05.png
Normal file
BIN
pics/SHINE_05.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in a new issue