mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
readme updates from Georg questions
This commit is contained in:
parent
ea2b64bc69
commit
98be3c54c3
2 changed files with 30 additions and 8 deletions
26
README.md
26
README.md
|
@ -114,13 +114,35 @@ Wait for the greeting message on the STD, then send EPP/TCP frame:
|
|||
```xml
|
||||
<epp><command>
|
||||
<login>
|
||||
<clID>test</clID>
|
||||
<pw>test</pw>
|
||||
<clID>registrar1</clID>
|
||||
<pw>test1</pw>
|
||||
</login>
|
||||
<clTRID>sample1trid</clTRID>
|
||||
</command></epp>
|
||||
```
|
||||
|
||||
All demo data locates at:
|
||||
|
||||
db/seeds.rb
|
||||
|
||||
There are two type of users: admin users and EPP users.
|
||||
|
||||
|
||||
### EPP web client
|
||||
|
||||
Please follow EPP web client readme:
|
||||
|
||||
https://github.com/internetee/EPP-web-client
|
||||
|
||||
|
||||
### WHOIS server
|
||||
|
||||
Please follow WHOIS server readme:
|
||||
|
||||
https://github.com/internetee/whois
|
||||
|
||||
|
||||
|
||||
Testing
|
||||
---
|
||||
* Before running tests for the first time: `RAILS_ENV=test rake db:seed`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue