Installing the timelord on Debian / Ubuntu
1. To run a timelord you need a working and synchronized full node. If you don't already have it, follow all the steps of this tutorial first.
2. The official timelord software is not included in binary .deb / .rpm packages. You have to install it from the source code. Login as root and install the git client first.
apt-get install git
3. Switch to BPX services user
su - bpxv3
4. Fetch the source code of the latest Beacon Client release
git clone https://github.com/bpx-network/bpx-beacon-client
5. Install the Beacon Client from the source. This may take several minutes.
./install.sh