You will need some developer tools to get up and running. Please install git and docker.
You will also need python3, pip, and pycrypto
installed locally. Once you have pip
installed, you can run:
pip install pycrypto
git clone https://github.com/coincubellc/coincube.git
Change to root directory
cd coincube
git submodule update --init --recursive
cd back
docker-compose.yml
. The key should be a string: CMC_API_KEY: 'your_CMC_API_key_here'
.docker-compose.yml
.If you plan to run this software in a production environment, you may wish to securely generate a new base64 encoded RSA Private key.
back
folder, generate a new seed python generate_vault_seed.py
which will generate a new seed.docker-compose.yml
in the root coincube
directory.docker-compose.yml
.From inside of the root coincube
directory, build/run the Docker container(s):
docker-compose build
Run the Docker container(s):
docker-compose up
The first time you run docker-compose up
you will need to wait for the database to be populated. This should take 10-15 minutes.
Once application is running and the database is populated, navigate to: http://0.0.0.0:8080 in your browser.
TCP/IP
Name: local
Host: 127.0.0.1
Username: admin
Password: 4pa1z&ABK78R
Database: coincube
Port: 3306