-
Notifications
You must be signed in to change notification settings - Fork 4
Quick Start Manual
Net Bako edited this page Jun 25, 2020
·
40 revisions
This document is for using giip service as user.
- Register user when you are not have account.
Environment > Projects > Add Project- Add your project. You may manage permission each project to other member.
Environment > Services > Add Service- Service is unit of automation group.
- You man seperate by OS or usage of servers, then use different service code
- It is important for automation on giip, we forced recommend make a service and secret key.
Environment > Services > Service list- Secret key is depends on service.
- You can not
recover secret keywhen you dore-generateit. Be careful! - Secret key is key for giip automation. If you seems to use other peoples, you may block by regenerate it.
Infrastructure > Logical Machine > Add Machine- You may generate by your machine using giipAgent.
- Fill sk
giipAgent.cnfmanually.(you can find onEnvironment > Services) - Fill lssn to
0 - execute giipAgent, then you can find lssn is changed, and you can see on giip web manager on your
logical machine
- Fill sk
- Connect ssh/rdp to your machine.
- Download giipAgent
- Linux/UNIX :
git clone https://github.com/LowyShin/giipAgentLinux.git - Windows :
git clone https://github.com/LowyShin/giipAgentWin.git
- Linux/UNIX :
- Add cron
- Linux :
sudo sh giipcronreg.sh - Windows : add system scheduler
giipAgent.wsfevery 1 min.- If you using ahk(Auto Hot Key), add
giipAgent.ahkto Startup group.
- If you using ahk(Auto Hot Key), add
- Linux :
- You may change agent source when blocked by gateway or kerberos security environment.
Automation > Script Repository > Add Script- Fill forms (Sample is linux)
- Script Name :
test script - Script Type :
sh - Script description :
first my automation - Script Source :
hostname > ~/hostname.giip.txt
- Script Name :
- Click
Save
-
Automation > Script Repository > Script Detail- You can see your server's hostname, check it.
- Click
Save - if you does not change, this script is executed every 5min.
- You can find file
hostname.giip.txtwrote your hostname.
Well done!! Contact us if you have any question anytime.
- Go to giip service Page : https://giipasp.azurewebsites.net/
- Documentation : https://github.com/LowyShin/giip/wiki
- Sample automation scripts : https://github.com/LowyShin/giip/tree/gh-pages/giipscripts
See more : https://github.com/LowyShin/giip/wiki
- GIIP Token Etherscan : https://etherscan.io/token/0x33be026eff080859eb9dfff6029232b094732c52
- Token exchanges : https://tokenjar.io/GIIP
- Token exchanges manual : https://www.slideshare.net/LowyShin/giipentokenjario-giip-token-trade-manual-20190416-141149519
If you want get GIIP, contact us any time!
Other Languages
- UiPath Study (Ko)
- UiPath Study (Ja)
Service Page : http://giipasp.azurewebsites.net
- for PoC
- giip Introduction
- giip Architecture
- Service Feature
- Quick Start Manual
- KVS
- API
- Automation
- Message Queue Service(Notification Service)
- Competition
- Register giipAgent on Linux