Skip to content

Commit 4744bf2

Browse files
authored
Update README.md (#138)
1 parent cce11a9 commit 4744bf2

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Oreka, an opensource VoIP media capture and retrieval platform
22

3-
Based on [OrecX](http://www.orecx.com/open-source/) [Oreka](https://github.com/OrecX/Oreka), this project tries to provide a complete Call Recording (SIPREC) solution.
3+
Based on [OrecX](https://web.archive.org/web/20230529191953/http://www.orecx.com/open-source/) [Oreka](https://github.com/OrecX/Oreka), this project tries to provide a complete Call Recording (SIPREC) solution.
44

55
[![Build Status](https://travis-ci.com/voiceip/oreka.svg?branch=master)](https://travis-ci.com/voiceip/oreka)
66

@@ -35,8 +35,22 @@ Based on [OrecX](http://www.orecx.com/open-source/) [Oreka](https://github.com/O
3535
- Switch to Maven
3636
- Call Play / Download on all platform(s)/OS(es)
3737

38+
### Distribution & Installation
39+
40+
#### Docker
41+
42+
Docker images are available via [docker hub](https://hub.docker.com/r/voiceip/orkaudio/tags), so just run the below command to pull images directly from hub.docker.com. Note: `--net=host` on docker works on linux systems and is a [limitation of docker](https://docs.docker.com/network/host/), so please keep that in mind.
43+
44+
```bash
45+
docker run -it --net=host --restart=always --privileged=true -v /var/log/orkaudio:/var/log/orkaudio -v /etc/orkaudio:/etc/orkaudio voiceip/orkaudio:latest
46+
```
47+
48+
#### Debian/Ubuntu
49+
50+
Binary releases are available from the [Releases Section](https://github.com/voiceip/oreka/releases). Download and refer to the [installation instructions](https://github.com/voiceip/oreka/wiki/Installation).
51+
3852

39-
### Building
53+
### Building
4054

4155
#### Docker
4256

@@ -52,19 +66,6 @@ docker run -it --net=host --restart=always --privileged=true -v /var/log/orkaudi
5266
The build tool is separately available at [github:Oreka-build](https://github.com/voiceip/oreka-build) which builds the project on a Ubuntu14.04 Virtual Box.
5367
You can natively build if you have all dependencies but I develop on a OSx system, so have kept it separate.
5468

55-
### Distribution & Installation
56-
57-
#### Docker
58-
59-
Docker images are available via [docker hub](https://hub.docker.com/r/voiceip/orkaudio/tags), so just run the below command to pull images directly from hub.docker.com. Note: `--net=host` on docker works on linux systems and is a [limitation of docker](https://docs.docker.com/network/host/), so please keep that in mind.
60-
61-
```bash
62-
docker run -it --net=host --restart=always --privileged=true -v /var/log/orkaudio:/var/log/orkaudio -v /etc/orkaudio:/etc/orkaudio voiceip/orkaudio:latest
63-
```
64-
65-
#### Debian/Ubuntu
66-
67-
Binary releases are available from the [Releases Section](https://github.com/voiceip/oreka/releases). Download and refer to the [installation instructions](https://github.com/voiceip/oreka/wiki/Installation).
6869

6970

7071
#### More Information

0 commit comments

Comments
 (0)