Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
.


.


.
  • Loading branch information
dohack-bot committed Feb 17, 2022
1 parent 90888a8 commit 8c6c151
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] 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.
Expand Down
2 changes: 1 addition & 1 deletion quickerstart.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Use bash quickstart.sh [email protected] Testpassword123 dockerapex21xe mysetting.env
# Use bash quickerstart.sh [email protected] Testpassword123 dockerapex21xe mysetting.env
##### Create environment variables file. #####
APEX_ADMIN_EMAIL=$1
ORACLE_PWD=$2
Expand Down

0 comments on commit 8c6c151

Please sign in to comment.