- python3
- pip
- docker
Modify TODOs in the ./etc/site.conf
file.
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 git@github.com:LibertyAces/BitSwanTelco-BlankApp.git bstelco-blank-app
./bstelco-blank-app.py -c ./etc/site.conf
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
From here you should have your BitSwan for Telco application up and running. You may go on and customize it to your needs.