mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
cleanup readme urls
This commit is contained in:
parent
73257cce6b
commit
0c887b083f
1 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -3,19 +3,20 @@ Domain Registry
|
||||||
|
|
||||||
Full stack top-level domain (TLD) management.
|
Full stack top-level domain (TLD) management.
|
||||||
|
|
||||||
* [Documentation](https://github.com/internetee/registry#documentation)
|
* [Documentation](/registry#documentation)
|
||||||
* [Installation](https://github.com/internetee/registry#installation)
|
* [Installation](/registry#installation)
|
||||||
* [Deployment](https://github.com/internetee/registry#deployment)
|
* [Deployment](/registry#deployment)
|
||||||
* [Staging deployment](https://github.com/internetee/registry#staging-deployment)
|
* [Staging deployment](/registry#staging-deployment)
|
||||||
* [Autotesting](https://github.com/internetee/registry#autotesting)
|
* [Autotesting](/registry#autotesting)
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
* [EPP request-response examples](https://github.com/internetee/registry/blob/master/doc/epp-doc.md)
|
* [EPP documentation](/doc/epp)
|
||||||
* [Database diagram](https://github.com/internetee/registry/blob/master/doc/models_complete.svg)
|
* [EPP request-response examples](/doc/epp-doc.md)
|
||||||
* [Controllers diagram](https://github.com/internetee/registry/blob/master/doc/controllers_complete.svg)
|
* [Database diagram](/doc/models_complete.svg)
|
||||||
|
* [Controllers diagram](/doc/controllers_complete.svg)
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -195,13 +196,13 @@ Please follow WHOIS server readme:
|
||||||
Deployment
|
Deployment
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* [Debian build](https://github.com/internetee/registry/blob/master/doc/debian_build_doc.md)
|
* [Debian build](/doc/debian_build_doc.md)
|
||||||
* [Application build and update](https://github.com/internetee/registry/blob/master/doc/application_build_doc.md)
|
* [Application build and update](/doc/application_build_doc.md)
|
||||||
|
|
||||||
CRON
|
CRON
|
||||||
----
|
----
|
||||||
|
|
||||||
Crontab can be setup after deploy. Jobs can be viewed [here](https://github.com/internetee/registry/blob/master/config/schedule.rb).
|
Crontab can be setup after deploy. Jobs can be viewed [here](/config/schedule.rb).
|
||||||
|
|
||||||
mina pr cron:setup # to update the crontab.
|
mina pr cron:setup # to update the crontab.
|
||||||
mina pr cron:clear # to clear crontab.
|
mina pr cron:clear # to clear crontab.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue