From f54cf6dc0c5583c2afe5d5b15c4b0932b76eaabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Wed, 23 Sep 2020 22:12:38 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30ef537..6ee4e13 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,31 @@ This is the repository for the Oracle DRAGON Stack. This project aims to simplify the deployment of applications using an Oracle Autonomous Database Always Free. ## Installation -Run mvn package command to create the dragon-1.0.0-jar-with-dependencies.jar +Run +``` +mvn package +``` +command to create the dragon-1.0.0-jar-with-dependencies.jar ## Execution -Run java -jar dragon-1.0.0-jar-with-dependencies.jar with the config.txt file in the current directory. +Run +``` +java -jar dragon-1.0.0-jar-with-dependencies.jar +``` +with the config.txt file in the current directory. ## Configuration file The file config.txt must contain the following information: +``` +[DEFAULT] +user=ocid1.user.oc1..aa... +fingerprint=e1:... +key_file= +tenancy=ocid1.tenancy.oc1..aa... +compartment_id=ocid1.compartment.oc1..aa... +region=EU_FRANKFURT_1 +auth_token= +database_password=5uPeR_5tRoNg_PaSsWoRd +collections= +```