Hosting Manual: Setting UP QubiC Platform
Existing Server Deployment:
sudo docker-compose build
sudo docker network create my-network
sudo docker run --network my-network -it mysql:latest mysql -u root --host doltdb --port 3306
sudo docker-compose up
New Server Deployment: From Scratch
API & Platform: Follow these steps
Log in to Qubic3 Server(You must have Qubic3 server access)
nano Dockerfile
Copy and paste this content
nano supervisord.conf
copy and paste this content
sudo docker build --no-cache -t my-qubic-app .
sudo docker run -p 3306:3306 -p 5000:5000 my-qubic-app
Troubleshooting commands for Docker
Jupyter Notebook: Follow these steps
Last updated