|
24 | 24 |
|
25 | 25 | You have at least 3 options to install and run oxigen. |
26 | 26 |
|
27 | | -### Binary way |
| 27 | +### Docker way |
28 | 28 |
|
29 | | -First, you need to download and unpack latest [release](https://github.com/yuriizinets/oxigen/releases/tag/1.3) |
30 | | -with corresponding OS and architecture. |
31 | | -After this, it's enough just to run oxigen. |
| 29 | +Please note, you need Docker installed on your system. |
| 30 | +To use dockerized oxigen, it's enough to create and run a container with an existing image. |
32 | 31 |
|
33 | 32 | ```bash |
34 | | -./oxigen |
| 33 | +docker run ghcr.io/yuriizinets/oxigen:latest -p 80:80 |
35 | 34 | ``` |
36 | 35 |
|
37 | | -Optionaly, you can move binary to your bin folder (f.e. `mv oxigen /usr/local/bin/`) |
| 36 | +> !!! It's highly recommended to use explicit version instead of `latest` |
38 | 37 |
|
39 | | -### Docker way |
| 38 | +### Binary way |
40 | 39 |
|
41 | | -Please note, you need Docker installed on your system. |
42 | | -To use dockerized oxigen, it's enough to create and run a container with an existing image. |
| 40 | +> Temporary not working (see a discussion here https://github.com/yuriizinets/oxigen/issues/5) |
| 41 | +> Use a docker image instead |
| 42 | +
|
| 43 | +First, you need to download and unpack latest [release](https://github.com/yuriizinets/oxigen/releases/tag/1.3) |
| 44 | +with corresponding OS and architecture. |
| 45 | +After this, it's enough just to run oxigen. |
43 | 46 |
|
44 | 47 | ```bash |
45 | | -docker run ghcr.io/yuriizinets/oxigen:latest -p 80:80 |
| 48 | +./oxigen |
46 | 49 | ``` |
47 | 50 |
|
48 | | -> !!! It's highly recommended to use explicit version instead of `latest` |
| 51 | +Optionaly, you can move binary to your bin folder (f.e. `mv oxigen /usr/local/bin/`) |
49 | 52 |
|
50 | 53 | ### Go way |
51 | 54 |
|
| 55 | +> Temporary not working (see a discussion here https://github.com/yuriizinets/oxigen/issues/5) |
| 56 | +> Use a docker image instead |
| 57 | +
|
52 | 58 | In case you have go binaries folder in your PATH, you can get, build and install oxigen by your own. |
53 | 59 |
|
54 | 60 | ```bash |
|
0 commit comments