Skip to content

Commit 8c6c151

Browse files
committed
add doc
. . .
1 parent 90888a8 commit 8c6c151

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,21 @@ Type "Y" to continue or CTRL-C to exit: y
6262
>
6363
> 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`.
6464
65+
## Quick-er Start
66+
By [SilasMahler](https://github.com/silasmahler)
67+
68+
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 :)
69+
70+
### Usage
71+
Just insert email, password, containername and desired settingsfile-name.
72+
73+
```bash
74+
$ bash quickerstart.sh [email protected] MyPassword123 dockerapex21xe mysettings.env
75+
```
76+
77+
You can modify the quickstarter.sh to adjust more environment-variables if needed.
78+
79+
6580
## Additional Notes About the Settings File
6681
6782
* 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.

quickerstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Use bash quickstart.sh [email protected] Testpassword123 dockerapex21xe mysetting.env
2+
# Use bash quickerstart.sh [email protected] Testpassword123 dockerapex21xe mysetting.env
33
##### Create environment variables file. #####
44
APEX_ADMIN_EMAIL=$1
55
ORACLE_PWD=$2

0 commit comments

Comments
 (0)