readme updates from Georg questions

This commit is contained in:
Priit Tamboom 2014-11-25 10:08:44 +02:00
parent ea2b64bc69
commit 98be3c54c3
2 changed files with 30 additions and 8 deletions

View file

@ -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`