From 8c6c15181178a74e2440f851c0f0ba76707251ce Mon Sep 17 00:00:00 2001 From: Silas Mahler Date: Thu, 17 Feb 2022 23:33:10 +0100 Subject: [PATCH] add doc . . . --- README.md | 15 +++++++++++++++ quickerstart.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ea61f..3a7f325 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,21 @@ Type "Y" to continue or CTRL-C to exit: y > > Should you forget to save your password, you can find it in the generated settings file along with any other details about the container. It is named after your container, e.g. `apexiscool.env`. +## Quick-er Start +By [SilasMahler](https://github.com/silasmahler) + +The [`quickerstart.sh`](./quickerstart.sh) is a modification of the quickstart.sh to be more convenient and even faster to use. Thanks for the nice work Adrian and Martin :) + +### Usage +Just insert email, password, containername and desired settingsfile-name. + + ```bash + $ bash quickerstart.sh myemail@example.com MyPassword123 dockerapex21xe mysettings.env + ``` + +You can modify the quickstarter.sh to adjust more environment-variables if needed. + + ## Additional Notes About the Settings File * Specify the Docker network to attach to using the parameter `DOCKER_NETWORK_NAME`. The run script will check if the network exists, and if not, create it. diff --git a/quickerstart.sh b/quickerstart.sh index 1d4555b..a56bf6c 100644 --- a/quickerstart.sh +++ b/quickerstart.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Use bash quickstart.sh myemail@example.com Testpassword123 dockerapex21xe mysetting.env +# Use bash quickerstart.sh myemail@example.com Testpassword123 dockerapex21xe mysetting.env ##### Create environment variables file. ##### APEX_ADMIN_EMAIL=$1 ORACLE_PWD=$2