Created
August 14, 2015 12:07
-
-
Save AdamSaleh/d9d514c9d688a40c74fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ fhc target testing.feedhenry.me | |
Successfully targeted: https://testing.feedhenry.me/ User: [email protected] | |
$ fhc login [email protected] | |
fhc admin domains create dom4 developer | |
{ | |
"signoverUrl": null, | |
"host": null, | |
"owner": false, | |
"parent": null, | |
"type": "developer", | |
"domain": "dom4", | |
"cookieDomain": "", | |
"theme": "", | |
"tenant": "yjjx42kfqrl45jmvlvpwami4", | |
"reseller": "ppx5i4eyekwpgfxblg6ur64m", | |
"url": "dom4.$hostname", | |
"businessObject": "cluster/reseller/customer/domain", | |
"guid": "xx2eafzzdtqpf4drksigfyzl", | |
"sysOwner": "3ct3gnfgxrz4buxcdrjkogxp", | |
"sysModified": 1439553183174, | |
"sysVersion": 1, | |
"sysCreated": 1439553183124, | |
"sysGroupFlags": 70111, | |
"sysGroupList": "" | |
} | |
## | |
#Here I edit all the relevant /etc/hosts to contain dom4.testing.feedhenry.me | |
## | |
$ fhc target dom4.testing.feedhenry.me | |
Successfully targeted https://dom4.testing.feedhenry.me - now, log in. | |
fhc login <username> <password> | |
You are prompted for username/password if none are provided. | |
$ fhc login [email protected] | |
Password: | |
fhc ERR! login failed: not a sys user cannot log in via sys domain | |
fhc not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment