From 7ab9602ee7f171dd2e72ca201900da6e029974a6 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Mon, 10 Dec 2018 18:23:39 +0100 Subject: [PATCH] Updated README.md with install instructions --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a82eee9..1df8f1a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ ### Requirements for running 1. Verify curl, git, bash, and php is installed. -2. Clone repository `https://git.dn42.us/netravnen/dn42-rpki-export.json` to `~/dn42/dn42-rpki-export.json/`. -3. Clone repository `https://git.dn42.us/dn42/registry` to folder `~/dn42/registry/`. -4. Verify everything work by running `cd ~/dn42/dn42-rpki-export.json/ && php roagen.php`. -5. In $USER crontab file put `14 */3 * * * cd ~/dn42/dn42-rpki-export.json/ && php roagen.php`. Finetune time between runs to your liking. +2. `mkdir -p ~/dn42/`. +3. `cd ~/dn42/`. +4. `git clone https://git.dn42.us/netravnen/dn42-rpki-export.json`. +5. `git clone https://git.dn42.us/dn42/registry`. +6. Verify everything work by running `cd ~/dn42/dn42-rpki-export.json/ && php roagen.php`. +7. In $USER crontab file put `14 */3 * * * cd ~/dn42/dn42-rpki-export.json/ && php roagen.php`. Finetune time between runs to your liking. NB: The roagen.php script is written with the paths to the dn42 registry folder being they reside in the same parent folder.