1
0
Fork 0

Update README.md

This commit is contained in:
netravnen 2018-12-15 09:55:47 +00:00
parent f7aba9160a
commit 35a8f3f37e
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ This repository is for testing purpose before deploying code into [master reposi
1. Verify curl, git, bash, and php is installed.
2. `mkdir -p ~/dn42/`.
3. `cd ~/dn42/`.
4. `git clone https://git.dn42.us/netravnen/dn42-rpki-export.json-test`.
5. `git clone https://git.dn42.us/dn42/registry`.
4. `git clone https://git.dn42.us/netravnen/dn42-rpki-export.json-test.git`.
5. `git clone https://git.dn42.us/dn42/registry.git`.
6. Verify everything work by running `cd ~/dn42/dn42-rpki-export.json-test/ && php roagen.php`.
7. In $USER crontab file put `44 */3 * * * cd ~/dn42/dn42-rpki-export.json-test/ && php roagen.php`. Finetune time between runs to your liking.