Morphis on ubuntu dht tests

Install ubuntu and python3 

  • Search and install all new updates:
  • Test your python version: 
  • Install pip:
  • Install virtual environment for python3:
  • Create virtual environment:
  • Change to Directory: 
  • activate virtual environment: 

If you are on another platform and python3 + pip3 installed , just skip this ;)

Just download and install Ubuntu local or in a virtual machine : Download 
Here are some instructions, if you don`t know howto install it: View

python3 -V
sudo apt-get update && sudo apt-get -y upgrade
sudo apt-get install python3-pip
sudo apt-get install python3-venv
pyenv ~/virtualdir
cd ~/Virtualdir
source /bin/activate

Install ubuntu, python and newest Morphis

  • install some dependencies for morphis: 
  •  
  •  
  • clone Morphis with the Distributed Discussion System:
  •  
  • to update (later) just                   inside 'morphis'.
  • start up the Node:
pip3 install wheel
pip3 install pycrypto
pip3 install sqlalchemy
git clone -b f-dds gitpub@162.252.242.77:morphis.git
cd morphis
python3 node.py
git pull

starting the node and creating the first keypair within 'Dmail'

python3 node.py

lets start the node to get the webui on our ubuntu-machine:

Morphis on ubuntu

By Max Fuchs

Morphis on ubuntu

  • 538