Skip to content

Installation

Download CodeToTrade App

Download the zip file from CodeToTrade Download page.

Windows

  1. Unzip andRun codetotrade-pro.exe App cmd
  2. Go to localhost:8080 to use the app App Screenshot

macOS

  1. Unzip and Go to the folder

    chmod +x codetotrade-pro
    ./codetotrade-pro
    
    You may need to allow the app in the security settings of your mac.

  2. Go to localhost:8080 to use the app

Linux

  1. Unzip and Go to the folder
    chmod +x codetotrade-pro
    ./codetotrade-pro
    
  2. Go to localhost:8080 to use the app

Docker

  1. Install Docker
  2. Run the following command to start the app
    docker run -p 8080:8080 -v .:/home/codetotrade/.codetotrade -d codetotrade/codetotrade-pro:v1
    
  3. Go to localhost:8080 to use the app