Skip to content

A blank application for BitSwan for Telco to help you to start faster

Notifications You must be signed in to change notification settings

LibertyAces/BitSwanTelco-BlankApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating blank BitSwan for Telco application

Prerequisites

  • python3
  • pip
  • docker

Configure

Modify TODOs in the ./etc/site.conf file.

Run on your computer

Install

Install required libraries:

$ pip install asab
$ pip install git+https://github.com/LibertyAces/BitSwanPump.git
$ pip install git+https://[location of the BitSwan For Telco repository].git

Clone git repository to your work directory:

$ git clone [email protected]:LibertyAces/BitSwanTelco-BlankApp.git bstelco-blank-app

Run

./bstelco-blank-app.py -c ./etc/site.conf 	

Run in Docker

Move to the directory (it is bstelco-blank-app in our case):

$ cd bstelco-blank-app

Then you can build your docker image:

$ docker build -t bstelco-blank-app .

Once you have your docker image built, run it in a container:

$ sudo docker run bstelco-blank-app

Customize

From here you should have your BitSwan for Telco application up and running. You may go on and customize it to your needs.

About

A blank application for BitSwan for Telco to help you to start faster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published