Compare commits
20 Commits
Author | SHA1 | Date | |
---|---|---|---|
eb3bb297b9
|
|||
05660f568c
|
|||
5ceddb1c71
|
|||
1cc718832a
|
|||
7837d8ecd4
|
|||
593ae84c89
|
|||
962b1628c2
|
|||
b666db9f33
|
|||
ed147ece9e
|
|||
8cf856b35e
|
|||
1a83002c9d
|
|||
e627e7f4cd
|
|||
eaa5b217c8
|
|||
b7973a0011
|
|||
0d2649601a
|
|||
9566019630
|
|||
2ca0fc61ce
|
|||
69f00e830e
|
|||
42c85ba582
|
|||
67d808b40a
|
11
README.md
11
README.md
@ -1,4 +1,9 @@
|
||||
# Octojoom - Easy Docker Deployment
|
||||
<h2><img align="middle" src="https://raw.githubusercontent.com/odb/official-bash-logo/master/assets/Logos/Icons/PNG/64x64.png" >
|
||||
Octojoom - Easy Joomla! Docker Deployment
|
||||
</h2>
|
||||
|
||||
Written by Llewellyn van der Merwe (@llewellynvdm)
|
||||
|
||||
With this script we can easily deploy docker containers of Joomla and Openssh. This combination of these tools give rise to a powerful and very secure shared development environment.
|
||||
|
||||
This program has **command input** options as seen in the menus below, but these command are _not the only way_ to set these values.
|
||||
@ -8,12 +13,14 @@ There are more than one .env file and the script will set those up for you whene
|
||||
the script will check if those values exist, and if they don't it will ask for them, and store them automatically for future use.
|
||||
That same time the output message to the terminal will show you where the specific .env file can be found.
|
||||
|
||||
Linted by [#ShellCheck](https://github.com/koalaman/shellcheck)
|
||||
|
||||
> program only for ubuntu/debian systems at this time (should you like to use it on other OS's please open and issue...)
|
||||
|
||||
---
|
||||
# Install
|
||||
```shell
|
||||
$ sudo curl -L "https://git.vdm.dev/api/v1/repos/octoleo/octojoom/raw/src/octojoom" -o /usr/local/bin/octojoom
|
||||
$ sudo curl -L "https://raw.githubusercontent.com/octoleo/octojoom/refs/heads/master/src/octojoom" -o /usr/local/bin/octojoom
|
||||
$ sudo chmod +x /usr/local/bin/octojoom
|
||||
```
|
||||
|
||||
|
982
src/octojoom
982
src/octojoom
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user