Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aahad91/clearwater_vnf
PG-Backflip candidate VNF (VoIP) - work stopped as installation repo is currently offline
https://github.com/aahad91/clearwater_vnf
voip
Last synced: about 2 months ago
JSON representation
PG-Backflip candidate VNF (VoIP) - work stopped as installation repo is currently offline
- Host: GitHub
- URL: https://github.com/aahad91/clearwater_vnf
- Owner: aahad91
- Created: 2019-08-31T14:39:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T01:57:03.000Z (about 5 years ago)
- Last Synced: 2023-08-23T12:35:27.078Z (over 1 year ago)
- Topics: voip
- Language: Dockerfile
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clearwater_vnf
PG-Backflip candidate VNF (VoIP)
##Installation
Step1: Clone the repo
```bash
git clone https://github.com/aahad91/clearwater_vnf.git
```
Step2: Installation of Weave Scope for Visualization of interconnectivity between containers
```bash
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
sudo scope launch
#to view it open the web browser to http://localhost:4040
```
Step3: Build the Base Image
```bash
cd clearwater_vnf/cw-base
sudo docker build -t aahad91/cw-base .
```
Step4: Build all the required Images
```bash
cd ..
# make sure you have docker & docker-compose installed
sudo docker-compose build
```
Step5: Running the VNF
```bash
sudo docker-compose up -d
#after some time open the weave scope, all the contianers will be visible with the connections.
```